• Resolved naren8642

    (@naren8642)


    For my home page at gameofreallife.org I am using a banner slideshow. I would like to make this a bit thinner to make the front page look better (in my opinion) on desktop browsers.

    Is there a way to adjust the height of the banner? If not, is this an option that is available with Make Plus?

    Is there is a CSS setting that I can adjust?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter naren8642

    (@naren8642)

    Nevermind, I figured it out – I found the section height setting when I scrolled down to the bottom of the section settings. Looks like there is no way to delete a post here!

    Hi, I have the same problem, I’d like to reduce the header height.

    Where do I do that?
    In the CSS Style sheet or in one of the php?

    How did you solved it?
    Thanks!

    I solved this myself and want to share:

    in the Stylesheet.css, found this

    /*———————————————————
    Header (_scaffolding.scss)
    ——————————————————– */
    .site-header {
    float: left;
    width: 100%;
    color: #171717; }

    .site-header-main {
    float: left;
    width: 100%;
    padding: 22px 0 11px;
    padding: 2.2rem 0 1.1rem;

    background-color: #fff;}

    and change thos padding 8both of them, either the px and the rem) and here it is!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust height of banner?’ is closed to new replies.