Presentation Page Slider Spacing

  • Author
    Posts
  • #109268

    I have large gaps in between the slider, text area 1, and column posts.
    You can see that here: https://tmbacorbett.com/
    I have tried all the css for the spacing issues listed on this nirvana forum can someone please provide css that will work.

    Website: tmbacorbett.com

    #109419
    Zed
    Cryout Creations mastermind

    I’m not sure what you mean by gaps. The various landing page sections have paddings to prevent their content from going right to the edges. If this padding is the gap you refer to, you can adjust it with some CSS:

    #pp-texttop, #front-text1 {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    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 2 posts - 1 through 2 (of 2 total)

The topic ‘Presentation Page Slider Spacing’ is closed to new replies.