• Resolved tav1421

    (@tav1421)


    So LONG story sort, I’m working on a new site and noticed that the light gray space (padding?) between the menu bar and the content \ rest of the page below has a big gap. I was wondering if there’s a way to shrink it and or add some CSS that would do the trick… I tried futzing around with the padding \ PX’s but that didn’t seem to do anything. Happy to answer any questions, thank you in advance!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Evgeny Viner

    (@evgenyviner)

    Hi. Please send a link to your website, so we can take a look.

    Thread Starter tav1421

    (@tav1421)

    Theme Author Evgeny Viner

    (@evgenyviner)

    This is not a menu nor its padding. This is a space dedicated to content boxes on the homepage. Deactivate them if you’re not planning to use them (in Customizer-Front Page builder). See here: https://prnt.sc/rXYfRH0DKxpY

    Thread Starter tav1421

    (@tav1421)

    Hey, yes that’s why I put padding with a question mark, as I wasn’t sure; but was just hoping to have the gray area around the menu (where it says subscribe) to have less space around it if possible… However if you can believe this, I already have all the content boxes disabled, at least in that section all boxes are clicked disabled and ‘enable content boxes on front page’ is not checked. Hopefully your graphic doesn’t contradict what I’m saying, but I’m only going by what I see in that actual section.

    Theme Author Evgeny Viner

    (@evgenyviner)

    Hi. So the short way out of the situation would be to add this CSS to your additional CSS in the Customizer:

    .home-content-boxes {
    display: none;
    }

    I could also take a look if you would send the access to your admin area.

    In any case, the CSS above should do the trick.

    Thread Starter tav1421

    (@tav1421)

    Hey, that fixed it nicely! VERY much appreciative for your help!!

    Theme Author Evgeny Viner

    (@evgenyviner)

    Happy to assist!

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

The topic ‘Menu Area Too Big…’ is closed to new replies.