Tagged: large logo
Trying to display a 810 px width logo that is centered over main nav ..
I need the logo to display full width
I need the padding between the bottom of logo and main nave to be greater ..
How can I do this.
Thanks,
Bill
You want the logo to be 810 px or full width?
What are the dimensions of your logo?
On my site i am using a fullwidth background image in the header:
#header_main {
background: url('http://www.yourwebsite.com/wp-content/uploads/2014/05/image.jpg') no-repeat scroll center top;
background-size: 100% 100px;
}
It only stretches the width and keeps a fixed height.
please be more specific about what you need.
padding:
.logo img { padding-bottom: 20px; }
Hey Bill!
Have you uploaded your logo in desired size? If so, please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: translate(, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
If that does not work, please post the link to your website so we can take a look
Best regards,
Yigit