Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1350500

    Hello Enfold team

    Since I do not place a date or an author in the posts, two lines simply appear between the posts. Can these be deleted? Or place a line so that it is centered under the posts? The lines are shifted to the left by default (see website below).

    Thanks and Greetings
    Tanja

    #1350509

    Hey tanjatheiler,

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

    .template-blog .post-meta-infos {
      display: none; 
    }

    Best regards,
    Rikard

    #1350527

    Hello Rikard
    Unfortunately it does not work. The lines are still there. Do you have another idea for a quick css?
    I’m using the «Elegant» template for the posts.
    Thanks for your help.
    Tanja

    #1350547

    Hi Tanja,

    Can you try adding this CSS code:

    .html_elegant-blog #top .post-entry .post-meta-infos {
        border-bottom: none;
        float: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1350629

    Hello Nikko
    Thank you for your help. Now it’s almost perfect. Only one line appears (see link below).
    Is it possible to make the line the same width as the image/column?
    Best regards
    Tanja

    #1350651

    Hi,

    Please try this CSS as well:

    .html_elegant-blog #top .post-entry .post-meta-infos {
        max-width: 44.5em !important;
    }

    Best regards,
    Rikard

    #1351052

    Hi,
    Now it works. Many thank’s for the help.
    Best regards, Tanja

    #1351131

    Hi Tanja,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Delete lines between posts’ is closed to new replies.