Space between menu and Serious Slider on Landing Page

  • Author
    Posts
  • #72522
    af_photo
    Power User

    Hey!

    I have Fluida Plus and have try to send this as a support ticket, but I´ve got the messege: Our automated filters marked your message as spam. Please try later or contact us via the forum.

    So I ask here instead….

    How can I change the space (down) between the menu and the Seriuos Slider on the Landing Page?
    Can it be done with css?
    Can you help me with that css code?

    Cheers,

    André

    Website: www.andrefahlstrom.se

    #72643
    Zed
    Cryout Creations mastermind

    We’ve had some issues with the spam check over-filtering our forms, but that is solved now. Sorry about that.

    You can reduce the spacing between landing page elements with a bit of CSS:

    body .lp-section-header, body .lp-blocks-inside {
        padding-top: 0;
        padding-bottom: 0;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #72673
    af_photo
    Power User
    This reply is private.
    #73387
    Zed
    Cryout Creations mastermind

    Try

    body .lp-text, body .lp-section-header, body .lp-blocks-inside {
        padding-top: 0;
        padding-bottom: 0;
    }

    The values requires a measurement unit (px, em) when not zero.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Space between menu and Serious Slider on Landing Page’ is closed to new replies.