Hi,
Our logo is aligned to the top left hand side of our page and our number/company details on the top right, but when viewed on a mobile device, or specifically a smartphone, those two elements clash and display over one another.
I’ve provided a link to our website as well as an example under Private Content so you can see what I’m talking about. I think Yigit still has login details, otherwise I can resend it – in case you want to see if there’s a Quick CSS code or something that’s causing the clash?
Best
Hey 500Webmaster!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
div.phone-info { top: 0; }}
Best regards,
Yigit
Hey!
Thank you for using Enfold.
Please add Yigit’s code at the very bottom of the Quick CSS:
@media only screen and (max-width: 768px) {
div.phone-info {
position: relative;
top: 0;
right: 0;
}
}
Cheers!
Ismael
Hi, sorry – did this, but still no change when viewing from my phone.
Hi!
Please review your website now. I have slightly modified custom CSS code on the top of Quick CSS field
Best regards,
Yigit
Hi Yigit,
It works perfectly now, thank you!
Best