Home>Support>stylesheet edited, logo now takes over entire page

stylesheet edited, logo now takes over entire page

I played around with the stylesheet and tried to change my img header into
height: 350px
width: 50px,

since it wasn’t working I tried to figure out which code could do this! but unfortunately now it’s completely messed up any feature i try to do with the logo and i have no idea how to fix it. I reset the theme by copying and pasting one of the original ones but it still doesn’t work.

please help! this is due in the next couple of days and tearing my hair out over it eeeeek.
please please please somebody help! thank you

URL: http://belenjonesproductions.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 11 months ago Belen Jones

    now i’ve made it so the logo is above the menu, but my logo is being cut off when i custom css this code:

    12 /* Header */
    
    header#masthead hgroup {
    padding-bottom: 20px !important;
    padding-top: 100px !important;
    }
    
    .main-navigation {
    margin-top: -25px !important;
    }
    

    can anyone help??

  2. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Belen

    Please remember that any stylesheet or theme code edits will be lost during theme update. Our tutorial on using Custom CSS can be found here: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/.

    When using the Logo in Menu layout that you’re using, a constraint is placed on the logo size. To remove that constraint please insert the following under Appearance > Custom CSS:

    /* Vantage Remove Logo in Menu img constraint */
    
    header#masthead.masthead-logo-in-menu .logo > img {
    max-height: none !important;
    }
    

    That’ll make your logo render at the size it’s uploaded as.

    So I’d recommend restoring style.css and using the above Custom CSS. That should get everything back to normal.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More