We would like to drop (lower) the logo down about half way so that it’s equally above and below the height of the menu items.
On the home page, it would be slightly inside and in front of the slider. Can you let me know what css would make this adjustment?
Thank you!
Saki
Hey koala!
Please add following code to Quick CSS
.logo {
top: 100px!important;
position: relative;
}
Regards,
Yigit
This worked fantastic, but now, when you use on a tablet, the menu is completely gone. You can see an example from an iPhone at the private link below:
Hi!
Please change the code to following one
@media only screen and (min-width: 1024px) {
.logo {
top: 100px!important;
position: relative;
}}
so it would be only applied on desktops.
Regards,
Yigit
Do you mean change or add this? I added it, but there’s still no menu on the tablets and the logo is very small.