-
AuthorPosts
-
May 14, 2014 at 11:06 pm #264969
No matter what I do, my blog titles end up centering. How do I remove this and make them left justified?
Here’s a link to the page I’m speaking about:
http://a-zbushosting.com/a2zbuspreowned/test-title/
Thank you.
May 14, 2014 at 11:23 pm #264974http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
#top .fullsize .template-blog .post-title {
text-align: left;
}
#top .fullsize .template-blog .post-meta-infos {
text-align: left;
}May 15, 2014 at 1:56 am #265013Ok, I added the quick css, but It seems to center the page. Is there a way to have it full width, but in a boxed style? In other words, I want the post page to utilize the entire area, not just the center. And to not center the headline.
See this link: http://a-zbushosting.com/a2zbuspreowned/used-mini-shuttle-bus-for-sale-2007-chevy-5500-general-coach/
Thank you,
May 15, 2014 at 9:50 pm #265520Hey!
Please go to Enfold theme options > Blog Layout > Sidebar on Single Post Pages > No Sidebar
Sorry but title question is still not clear to me. Can you post a screenshot and show the changes you would like to make?Cheers!
YigitMay 15, 2014 at 10:11 pm #265544Hi Yigit,
Here’s what I’m speaking about. This first image is the way I want my blog post to look, how it stretches all the way across. (However, I am using a page for this example).
This is a post page using the quick css code above. See how it bunches up in the center with large white spaces on the ends. I want to avoid this. I turned off side bars in the Enfold control panel, but I still get this. Is there a way to make it look more like the page example above?
Thank you.
May 15, 2014 at 10:23 pm #265557Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }
Best regards,
YigitMay 16, 2014 at 1:12 am #265635That worked, but the headline still gravitates toward the center. Any way to have it moved over? Here’s an image:
May 19, 2014 at 1:47 pm #266793 -
AuthorPosts
- You must be logged in to reply to this topic.