Hi, as you can see here -http://screencast.com/t/juNHKJQJqW1 – the mobile menu overlaps the logo and it doesn’t look good. How can I move the logo to the right so the menu won’t go over it?
Hi,
I’m having the same problem http://www.4dmedia.net and the header image don’t crop to fit.
I’m having the same issue: http://www.jhgppp.co.za
Hey!
@bakbek Please add following code to Quick CSS
@media only screen and (max-width: 768px) {
strong.logo, .logo img {
float: right;
}}
@slarocque Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1110px) and (min-width: 990px) {
.logo * {
max-width: 83%;
top: 20px;
}}
@maraleen Can you please update Enfold to the latest version 3.1.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Doesn’t look like it made any difference. The logo is still on the left behind the mobile menu.
Hi!
Please try adding !important rule as following
@media only screen and (max-width: 768px) {
strong.logo, .logo img {
float: right !important;
}}
code is currently not being applied
Regards,
Yigit
Worked. Thanks :)