Hi
I made a Page which the Blog entries are integrated.
On the Right side is a Sidebar, but the width is too Small to Display the
Facebook Box at all. Its cropped on the right side. Is it possible to make this space Bigger ?
Already on the same Page i have 2 additional questions:
– Can i remove the Links in the Title (so the User’s cant acess to a Single Post Site
– I removed the Line “Date + Posted from… + Posted in” by CSS, that Worked,bit it would be perfect if its possible only to Display the Date of Posting, this was impossible for me, do you have a solution for that ?
Regards
Jack
Hi!
Please add this on your custom.css or Quick CSS:
#top .fullsize .template-blog .post-title {
text-align: left;
}
Best regards,
Ismael
Hi!
Please add following code to Quick CSS as well
.fb_iframe_widget iframe { width: 189px!important; }
Best regards,
Yigit
Thank You, it works.