Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #297388

    Hi,

    There is a weird dotted line running vertically down our homepage. I think it’s supposed to be a design element, which is fine, but it’s not in-line with the blog posts. Any thoughts?

    Thanks,
    Sarah

    #297492

    Hey srmathis!

    Thank you for visiting the support forum.

    I’m not sure why the blog layout is broken but you can adjust the left padding of the entry content with this on Quick CSS or custom.css:

    #top .fullsize .template-blog .post .entry-content-wrapper {
    padding-left: 100px;
    }

    Best regards,
    Ismael

    #297500

    Hi srmathis!

    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 .blog-meta { float: left; }
    #top .fullsize .template-blog .post .entry-content-wrapper { width: 80%; }
    #top .fullsize .template-blog .blog-meta { margin-right: 25px; }

    Best regards,
    Yigit

    #297692

    That did it!

    Thanks again Yigit!!!

    #297693

    Hey!

    Not at all, glad we could help! :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Vertical Dotted Line’ is closed to new replies.