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

    Hi,

    I have created color section and gave it custom css class so i can hide it on desktop screens with following script:
    @media only screen and (min-width: 767px) {
    .home-mobile-only { display: none !important; }}

    But it seems that it gives a lot of space between colored section and footer have look at the url I posted.

    Thanks!

    #413918

    Hey anogma!

    Not sure what it could be off the top of my head. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Best regards,
    Elliott

    #413971
    This reply has been marked as private.
    #414320

    Hey!

    Thank you for coming back.

    Try the following:

    
    @media only screen and (max-width: 767px) {
    .home #after_section_2 {
        display: none !important;
    }
    }
    

    Cheers!
    Günter

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