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

    Hi there

    In a one page design I want to scroll to an empty color section. The reason for that is that I have a full screen revolution slider just below.

    I works but i have an 20 px. gap – this does not come from the rev slider that has 0 0 0 0 padding. but from the color section.

    Hope there is a css trick for this.

    Thanks & awesome theme :)

    Thomas

    #468290

    Hey!

    Set a custom ID to that section and add this to Quick CSS:

    #custom_section{
    min-height: initial !important;
    }
    #custom_section .content{
    padding: 0 !important;
    }

    Cheers!
    Josue

    #468415

    Works like a charm :)
    Cheers

    #468420

    You are welcome, glad to help :)

    Regards,
    Josue

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