The entry content header on my single page blog post is styled with centered text.
The blog post headers on the Blog index page, are flush-left which is correct.
How can I make these consistent (flush left)?
This goes for all meta info on there too.
Hi KK!
Did you solve the issue? I just visited the single post: http://www.clipular.com/c/6159933489807360.png?k=QAP6ybTZqwgbm0JeYexXzqFql8o and the headline/title floats to the left.
Best regards,
Peter
Hi-
I chose the flush left /small image, but it’s not ideal.
What I wanted was the larger image, centered, but the text- flush left. I couldn’t do it.
Hi!
I wanted to take a look at your website but it throws database error. Please contact your service provider
Best regards,
Yigit
Hi Yigit, It should be fine now.
How can I force space after a paragraph on the general copy on the site?
Hi!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1.post-title.entry-title {
text-align: left !important;
}
2- Can you post a screenshot and show where you would like to increase the space?
Best regards,
Yigit
yes-http://www.tiikoni.com/tis/view/?id=fc1dd52
yes- I can go through the site and do that, but when someone else inputs content, I can’t count on them doing that.
I know in design programs, you can add “space after” to the style sheet. Is this possible with CSS?
Hey!
You can try increasing the margin-bottom of the p elements:
.entry-content p {
margin-bottom: 35px;
}
Best regards,
Josue