Home › Forums › All Other Themes › Mobile Header Contractor theme
- This topic has 6 replies, 2 voices, and was last updated 2 years, 6 months ago by
Forum Moderator.
-
AuthorPosts
-
March 11, 2021 at 7:08 am #175785
Hello,
How do I make this mobile header a little more cleaner / organized?
https://ibb.co/G7z1jBT
Thank you.
March 11, 2021 at 1:17 pm #175802Hi,
Your website is not opening properly. Therefore we are unable to check the issue.
See screenshot;
https://imgur.com/a/A6nMcW9Regards,
ChrisMarch 11, 2021 at 5:05 pm #175811Hello,
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?
March 11, 2021 at 5:28 pm #175813I believe I fixed it, can you look at mobile now?
March 12, 2021 at 5:45 am #175823Hi,
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,
ChrisMarch 12, 2021 at 7:32 am #175842Almost there!
How can I center the logo on top of phone number but keep 3 line menu where it’s at?
Thank you!
March 12, 2021 at 12:36 pm #175880Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.