Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #884778

    Hi,

    If you compare the News page between desktop and mobile you will on the mobile version the missing small dividers between each post.
    What can I change to show the small divider?

    Thanks
    _K

    #885378

    Hey sonderdesigner,

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

    @media only screen and (max-width: 767px) {
    .post_delimiter {
        left: 0 !important;
    }
    }

    Best regards,
    Rikard

    #885402

    Hi,

    the code works for the News page, but not for the exhibition page where I implement blog-post. Also it doesn’t work at the page 2017 and 2016 where I have also implement blog-post filtered after category 2017 and 2016.

    Can you help me on this, Please.

    Thanks

    #885595

    Hi,

    Thanks for the links, but there are no dividers between the posts on those pages?

    Best regards,
    Rikard

    #885748

    Oh I see – Is there a possibility to add divider in the mobile view?

    #885757

    Alternative would be to change the space between each post. At the moment they are to close together.

    #885964

    Hi,

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

    @media only screen and (max-width: 767px) {
    .page .slide-entry {
      border-bottom: 1px solid #ddd;
    }
    }

    Best regards,
    Rikard

    #885969

    It works perfect! Thank you soon much.

    #886360

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #886375

    I thought I will be fine but I seems like I have one more problem on the blog Raster mobile display.
    The divider are there but the space between the post are different. I have no idea where this come from.
    Where can I adjust the space? First, second and 5th post are correct but third and fourth have wrong space on top.

    Thank you.

    #886596

    Hi sonderdesigner,

    I got a 404 on that link, has the page moved?

    Best regards,
    Victoria

    #886730

    Yes,
    meantime we went live with the page – even there a still small issues.

    Here is the new link:

    Thanks
    Katharina

    #886763

    Hi,
    I found an extra 40px margin, Try this code in the General Styling > Quick CSS field to remove:

    @media only screen and (max-width: 767px) { 
    .page-id-1336 .avia-content-slider .slide-entry-wrap {
        margin-bottom: 0px!important; 
    }
    }

    Best regards,
    Mike

    #887066

    Hi Mike,

    thanks for your code. Some how it only works for some posts bit not for all.
    The situation now is, third post is still attached on the divider – fourth post is fine.
    If you click submenu 2016 you can see the different spaces between each post.

    Thanks for your help, appreciate it.

    #887194

    Hi,
    Please try this code instead:

    @media only screen and (max-width: 767px) { 
    .slide-entry.flex_column.post-entry {
        margin-bottom: 20px!important; 
    }
    }

    Best regards,
    Mike

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