- This topic has 3 replies, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Remove Overlapping Logo on Mobile Version
Hi,
I’m working on a website that is being designed on a ‘temporary URL’ (please link below). My issue is in ‘mobile’ view. I would like to keep the overlapping logo on desktop version, BUT it obstructs some content in the ‘mobile’ version. Can you please provide me with CSS Code to remove the overlapping in mobile?
http://webofficeaide.com/
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.logo { position:relative !important;}
}
Regards,
Chris
Hi Chris,
It worked! Thanks so much!
Hi Maria,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/20/
Regards,
Chris
WordPress CRM Plugins For those who are looking for the best WordPress CRM plugins to boost their businesses online, we have the needed list and […]
WordPress Form Builder Plugins Building a website without forms is like opening a store without doors. You need ways for visitors to contact you, sign […]
Every WordPress website relies on a MySQL database to store everything from your content and user information to site settings and plugin configurations. Yet many […]