• Resolved oldguitar

    (@oldguitar)


    hi,

    I´ve added a slider on top of content in my front page (oldguitarstore.tk) and I want to add some space between these elements, I guess that with gp hooks?
    Please help me to find the best way to do this, thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    You can add an element around the slider like this:

    <div class="slider-element">
        Your slider
    </div>

    Then add some CSS:

    .slider-element {
        margin-bottom: 20px;
    }

    Since GP Hooks is one of our premium modules, we’re not allowed to provide support for it here on WordPress.org. Be sure to use our premium forums, or email us directly if you have premium-specific questions: https://generatepress.com/contact

    Thank you! 🙂

    Thread Starter oldguitar

    (@oldguitar)

    thanks!

    Theme Author Tom

    (@edge22)

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘gp hooks add space between elements’ is closed to new replies.