• I am trying to use the Foxy theme. I like it’s crisp white look. But, i dont want to use bread crumbs so i removed them. Unfortunately, there is still this large white margin under the menu and above the sliding banners. I have tried to reduct the pads, and margins related to titles, headers, etc. but nothing seems to make a difference. I am thinking it still is holding space open for the bread crumbs.

    the gap shows up on every page! In addition to reducing padding to zero, i have inserted the following from another support board suggestion:

    ‘.site-header {
    padding: 0;
    }

    .site-content {
    margin: 0;
    }’

    Here is the website draft;;;; https://claritymdacne.com/wordpress/
    Any suggestion how to get this gap closed? The password to view the sight is “Zits!”…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ccluff

    (@ccluff)

    FYI – my colleague is thinking it is an issue with the slider module

    “you know, I think that space is somehow built into the slider mod.
    Otherwise we would be able to adjust that space in the style guide. I spent an entire day on trying every conceivable solution with code, and I’m not exaggerating. It’s just not in there as far as I can see.”

    Your site is not accessible and it’s impossible to help with something like this without seeing the site. You can probably get rid of that space via the CSS – try using a browser tool like Firebug to find out what’s creating that space.

    IF it’s beyond a CSS issue, you’ll likely need to ask the developers of the theme – as commercial themes aren’t supported here – partly because we don’t have access to them so don’t know how they are set up.

    Thread Starter ccluff

    (@ccluff)

    To access the site just type the word “Zits!” in as the password.

    Are you using Firebug? There’s really no other way to work with CSS IMHO.

    It shows that this is creating space there:

    #main-header {
        padding: 53px 62px 20px 80px;
    }

    Thread Starter ccluff

    (@ccluff)

    Thanks – it looks all better now https://www.claritymdacne.com

    it is live. the one issue you can see is that the video’s accross the bottom may have just a black screen unstead of showing an image. do you think it would work as well and look better to try and embed youtube videos?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Foxy White space under menu’ is closed to new replies.