Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #278467

    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.

    #279289

    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

    #279293

    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.

    #279418

    Hi!

    I wanted to take a look at your website but it throws database error. Please contact your service provider

    Best regards,
    Yigit

    #280754

    Hi Yigit, It should be fine now.
    How can I force space after a paragraph on the general copy on the site?

    #280762

    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

    #280768

    yes-http://www.tiikoni.com/tis/view/?id=fc1dd52

    #280775

    Hey!

    Have you tried “double enter”ing here – http://i.imgur.com/HLNqmMx.png ?

    Cheers!
    Yigit

    #280777

    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?

    #280795

    Hey!

    You can try increasing the margin-bottom of the p elements:

    .entry-content p {
        margin-bottom: 35px;
    }

    Best regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.