Spacing on presentation page

  • Author
    Posts
  • #36186
    Kevin McKee

    I have a huge blank space between text 1 and text 2 sections on the presentation page and want it removed – how do I do this?

    #36294
    Zed
    Cryout Creations mastermind

    I assume you don’t use the presentation page columns. If that is true, use this custom styling:
    body #front-columns-box { 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.
    #36413
    David

    Hey Zed, I’m using the columns but was wondering if there’s any way to make the space between the columns and text areas smaller?
    Thanks,
    David

    #36470
    Zed
    Cryout Creations mastermind
    body #pp-texttop, body #pp-textmiddle, body #pp-textbottom, 
    body #front-columns-box, body #content {
        padding: 10px 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.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Spacing on presentation page’ is closed to new replies.