Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1480196

    Hi guys, I have 2 blog pages where an delimiter line appears. Where does it come from and how do you get rid of it?

    thanks!!!

    • This topic was modified 1 week ago by mary301187.
    #1480203

    Hey mary301187,

    Please try the following in Quick CSS under Enfold->General Styling:

    .container_wrap {
      border-top-width: 0;
    }
    
    #top .fullsize .template-blog .post_delimiter {
      border-bottom-width: 0;
    }

    Best regards,
    Rikard

    #1480208

    perfect, it works, great help!!! thank you.

    one thing. the lines in the URL are shorter than the other blog. why?

    #1480233

    Hi,

    The width of the meta info is limited to 40em. To adjust it, you can add the following css code:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    Best regards,
    Ismael

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