- This topic has 6 replies, 2 voices, and was last updated 4 years, 5 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Mobile Header Contractor theme
Hello,
How do I make this mobile header a little more cleaner / organized?
https://ibb.co/G7z1jBT
Thank you.
Hi,
Your website is not opening properly. Therefore we are unable to check the issue.
See screenshot;
https://imgur.com/a/A6nMcW9
Regards,
Chris
Hello,
The site looks normal when I’m logged in to backend and then go and view site. What could be causing it to look this way when not logged in?
I believe I fixed it, can you look at mobile now?
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) {
.head-info-area { background: #0034f7 !important;}
.logo { max-width: 110px; padding-bottom:0 !important; margin-top:0 !important;}
#simple-menu { margin-top:20px;}
.head-info-area .suptp { margin-left:0;}
}
Regards,
Chris
Almost there!
How can I center the logo on top of phone number but keep 3 line menu where it’s at?
Thank you!
Hi,
Kindly use this CSS:
@media screen and (max-width:479px) {
.logo { float:none !important; margin:0 auto !important;}
#simple-menu {
margin-top: -110px !important;
}
}
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 […]