• I would like to reduce the amount of space between the bottom of the navigation menu and the top of the content area.

    Can anyone provide me with some Custom CSS that will do the trick? Any other ideas?

    The URL is dev.fleurdelismarketing.com/aah

    Thank you in advance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Link leads to 404 error.

    Thread Starter chrishannon

    (@chrishannon)

    Sorry, NeoTechnomad! I left out a letter in the URL. It should have read: http://www.dev.fleurdelismarketing.com/aath/.

    Thanks in advance, for your help!

    Use a Custom CSS plugin for any changes, as when the main theme updates, all the changes you may have made to the main theme will be lost.

    After installing the plugin, paste this code in it:

    .site-header-main {
    	padding-bottom: 0;
    }
    
    .site-content {
    	padding-top: 0;
    }

    This should eliminate most of the gap.
    If there is too much taken away, then change “site-header-main” to this:

    .site-header-main {
    	padding-bottom: 10px;
    }

    Increase or decrease the number in front of the “px” (…for pixels) until you have what you want.

    Thread Starter chrishannon

    (@chrishannon)

    Thanks, NeoTechnomad!

    You’re welcome. If everything is okay and this solves the problem, then you could mark this thread “Resolved”.

    Orangeman44

    (@orangeman44)

    I could use someone’s help please. I’ve tried the above and while it closed the gap somewhat, there is still remaining white space between the header and banner image. Is there anything I can do to get rid of the remaining white space? I’m using the Make free version and the url is dev.socialprintshop.com.

    Thanks in advance.

    Orangeman44

    (@orangeman44)

    Problem solved. Thanks!!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Reduce Space Between Menu and Content Area’ is closed to new replies.