• Hello,

    Thanks for creating a plugin to edit the CSS on individual pages!

    This is probably a simple question, but I’m not a programmer, so I appreciate the help. What CSS would I drop in to the Custom CSS field to have content span the full width of the page. Also, on the page, there is white space where the page title would typically be that I would like to eliminate. What CSS would I use to be able to have my content start right under the top nav (just below the search bar).

    You can see what i’m talking about if you visit http://www.showtrades.com.

    Thanks in advance for the help!

    https://wordpress.org/plugins/wp-add-custom-css/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniele De Santis

    (@danieledesantis)

    Hi,
    thanks for your appreciation! 🙂

    This is not a support question, since it has nothing to do with the plugin itself but is a general CSS question.

    Anyway, I’ll try to help you if I can, but I need to know which “content span” are you referring to.

    The distance between your content and the top nav is defined in this rule:

    .sensei-content, #activate-page, body.page:not(.buddypress) .site-content article:not(.comment), body.single:not(.buddypress):not(.bbpress) .site-content article:not(.comment) {
        padding: 60px 70px 36px;
    }

    in /css/main-global.css in your theme.

    You have to use the same rule in your “WP add custom css” main file, reducing the first value (the top padding)

    Thread Starter adicembre

    (@adicembre)

    Thanks, I appreciate it, but I actually have it working, much thanks to how easy the plugin is to use!

    Thanks again for creating it!

    Plugin Author Daniele De Santis

    (@danieledesantis)

    You’re welcome! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full Width & Remove White Space below’ is closed to new replies.