Reduce space between text areas on presentation page

  • Author
    Posts
  • #67539

    Hi

    I am using the very excellent Nirvana theme.
    I am using the presentation page and I have placed text in all 3 “Text Areas”
    I note however, that there is a lot of space above and below the 3 areas and I would like to reduce the amount of space.
    Is that possible?
    If it is possible, please advise as to the best method.

    Thank you.

    Mark

    Website: www.speechesforyou.com

    #67826
    Zed
    Cryout Creations mastermind

    The spacing is part of the theme’s design, however I see you are no longer using the landing page.

    If you change your mind and reactivate the landing page, you can reduce the spacing with:
    #pp-texttop, #pp-textmiddle, #pp-textbottom { padding-top: 20px; padding-bottom: 20px; }


    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.
    #67925

    Thank you Zed.
    I stopped using the Presentation page because of the spacing problem.
    I will look at implementing it again now.

    Thanks again!

    Mark

    #70267

    Hello, I am having the same problem and was glad to see someone else has already asked the question. However, this css doesn’t work for me. The spaces are not decreasing, not even after adding !important and front-text1-4
    What to do?
    regards
    Eva

    Website: vonpepel.com

    #70335
    Zed
    Cryout Creations mastermind

    The original question was about the text areas, so the custom CSS only applies to those. The presentation page has additional sections beside the text areas that can have their padding reduced:

    #pp-texttop, #pp-textmiddle, #pp-textbottom, 
    #front-columns-box, 
    .presentation-page #content {
       padding-top: 20px;
       padding-bottom: 20px;
    }

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

The topic ‘Reduce space between text areas on presentation page’ is closed to new replies.