How do I remove space for slider on presentation page?

  • Author
    Posts
  • #13468
    Diane

    I do not want to use the slider and I don’t like the large space between the top title and the two columns. How can I reduce that space so more content is above the fold?

    Please see my site: http://mikediane.com

    I really like this template, but I’m having trouble positioning elements on the presentation page.

    Thanks,
    Diane

    #13621
    Sarah

    I’m having this issue too! I have managed to get rid of the slider by setting the height, width and border of the slider to 0 in the presentation page settings. However now I have a gap under my title before my columns start. You can view my site here http://www.gainmarketing.co.uk
    I think Diane above has given up as she seems to have changed themes so if anyone out there can help with this I would be grateful.

    #13682
    Zed
    Cryout Creations mastermind

    It’s easier to hide the slider by leaving the content (slide fields) empty.
    Alternatively, use this CSS to hide the slider container so it doesn’t take up space anymore:
    .slider-wrapper { display: none; }


    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.
    #13721
    Sarah

    Hi Zed

    I tried that but there is still quite a large gap between the title and the 4 columns of text.

    Thanks
    Sarah

    #13851
    Zed
    Cryout Creations mastermind

    Did you also try the CSS?


    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.
    #14017
    Sarah

    Yes I added .slider-wrapper { display: none; } to the custom css.

    You can see the gap issue here: http://www.gainmarketing.co.uk there is too large a space between the title and the columns starting.

    #14018
    Sarah

    Yes I added .slider-wrapper { display: none; } to the custom css.

    You can see the problem here: http://www.gainmarketing.co.uk
    The white space between the header and the columns is way too big.

    #14023
    Jennifer

    I’m having the same trouble. I added the following first to the CSS in WordPress, and then I deleted it and added it in under the Miscellaneous settings for Mantra Custom CSS. I’m getting a large white space with a little grey box in the middle of it. Thanks!

    /*
    I added the next line to get rid of Mantra Theme’s slider. Delete to get it back for presentation page.
    */
    .slider-wrapper {
    display: none;
    }

    #14024
    Jennifer

    Oops – Just realized I still had 10 px in border – so grey box is gone but white space is still big.

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘How do I remove space for slider on presentation page?’ is closed to new replies.