By Vicky Hillyer on Wednesday, 24 January 2018
Posted in General
Replies 5
Likes 0
Views 408
Votes 0
Hello We have an issue with the blog linking form facebook

when we post a blog it looks great and all lined up on our website... but when we click to it from facebook it's all off to the right how can we fix this issue once and for all we have been trying for weeks and I haven event put in the css code I was told to previously. Why does it look fine on the website but goes wacky when anyone clicks the facebook link?

the title of the blog in question is TROUTING ACROSS NORTHERN ONTARIO by Gord Pyzer
Hey Vicky,

Can you provide us with the link that is generated from Facebook so that we can troubleshoot this?
·
Wednesday, 24 January 2018 00:58
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Wednesday, 24 January 2018 01:24
·
0 Likes
·
0 Votes
·
0 Comments
·
The problem is related to the way you compose your blog post. You are enforcing a width, http://take.ms/KxAGU . This is why the text get's pushed to a larger width. Here's another one where you set a fixed width in the source, http://take.ms/SEEFk

To fix this, you can add the css codes below into your template's css file,

[gist]
body #eb .eb-entry-article div {
width: 100% !important;
}
[/gist]
·
Wednesday, 24 January 2018 01:28
·
0 Likes
·
0 Votes
·
0 Comments
·
is there any way you could log in with the log in info I sent and fix it for me I have tired but cant get it to stay that way with the fixed code... so weird never had this problem before and ive been making websites for 10+ years!
·
Wednesday, 24 January 2018 01:50
·
0 Likes
·
0 Votes
·
0 Comments
·
I have added the codes here, http://take.ms/viVu7
·
Wednesday, 24 January 2018 02:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post