New Landing How can we help? Atelier Top bar issue on mobile + Blog design

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #286942
    alexgarnier32
    Member
    Post count: 24

    Hi !
    1) I have an issue when I activate the desktop top bar. I creates a blank space under the header on mobile. How can I get rid of this blank space ? (see attached).

    2) I’d like to have my blog designed like the one on this webpage -> http://swiftideas.com/blog/blog-masonry-wrapped/ : how can I manage to have my blog designed like this ?

    Thanks a lot!

    Attachments:
    You must be logged in to view attached files.
    #287099
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please use this custom css code:-

    @media screen and (max-width: 479px) {
    .top-bar-sticky-wrapper{
    height:auto !important;
    }
    }

    2- Please use the Blog element the Swift page Builder and choose masonry layout for blog.

    Thanks
    Mohammad

    #287778
    alexgarnier32
    Member
    Post count: 24

    Hi, thanks but the CSS code doesn’t work: I still have the blank space under my header on mobile.

    How can I fix that? Thanks

    #287804
    David Martin – Support
    Moderator
    Post count: 20834

    Please use this:

    @media only screen and (max-width: 767px) {
    #top-bar-sticky-wrapper {
        display: none;
    }
    }
    #287808
    alexgarnier32
    Member
    Post count: 24

    Great thanks, it worked!! Just a simple question : how can I change the color of the dots at the right on the slider carroussel ?

    Attachments:
    You must be logged in to view attached files.
    #287812
    David Martin – Support
    Moderator
    Post count: 20834

    What page is this for? I do not see it.

    – David.

    #287814
    alexgarnier32
    Member
    Post count: 24

    It’s a screenshot of another website. This is for the testimonial on http://www.nutrivita.fr

    #287816
    David Martin – Support
    Moderator
    Post count: 20834

    I need to see the dots on your site to provide you with the CSS.

    – David.

    #287817
    alexgarnier32
    Member
    Post count: 24

    Okay I just changed the background color so that you can see the white dots; I’d like them to be black! Thanks

    Attachments:
    You must be logged in to view attached files.
    #287820
    David Martin – Support
    Moderator
    Post count: 20834

    You can add this to Theme Options => Custom CSS

    .lSSlideOuter .lSPager.lSpg>li a {
        background: #222;
    }
    #287821
    alexgarnier32
    Member
    Post count: 24

    Thanks a lot, have a good day!

    #287823
    David Martin – Support
    Moderator
    Post count: 20834

    Anytime! You too.

    Thanks,
    David.

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register