Hello i am using the classic header layout, but i am trying to make the logo bigger without messing up the size of the header, i only want to make the logo image bigger. How can i do that?
I don't have it public yet, im developing it on a test server right now. Is there anything else i could send, like if i do a view source and send you the output of that, will that help?
I just tried to make a change to it so the logo is the size i want it to be, but then it messed up the last picture, you can see it adds a white space to below the last picture right before the footer. this is the code im using:
Comments
please send us link to page where you want to increase logo size.
http://test.superdrycarpet.com/
You can see the logo is very small and i just want to make it bigger with out messing up the menu.
#Top_bar:not(.is-sticky) #logo { height: 150px !important; }
#Top_bar:not(.is-sticky) .menu_wrapper { margin-top: 20px !important; }
#Top_bar #logo{
padding: 0px 0px 0px 0px !important;
}
#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar{
height: 130px;
}