Tagged: logo center, logo centered
Support,
I have a logo that I have uploaded and cannot get the logo to center with the options in the Enfold theme control panel. I have tried uploading 3 different sizes of logos, adjusted logo height. Never had this issue with Enfold before. I even found a thread and used this css code.
I just want to logo to be centered and the menu below it.
Thank you,
Dennis
span.logo img {
min-height: 250px !important;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 300px !important;
}
#header_main .av-logo-container {
min-height: 250px !important;
height: 250px !important;
}