Home › Forums › All Other Themes › Maintenance Service Pro
- This topic has 9 replies, 2 voices, and was last updated 5 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
March 14, 2019 at 7:59 pm #119556
I am trying to reduce the area between the site logo (Header Option #4) and the Top Navigation bar. The area seems excessive. There is no excess area on my logo creating space. Please help, Thanks!
www.A1QualityExteriors.comMarch 15, 2019 at 5:30 am #119584Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.logo { margin:45px 0 0px;}
Regards,
ChrisMarch 15, 2019 at 11:35 pm #119666Thanks, that worked great!
Another couple questions.
1.) On mobile my logo distorts, how do I fix that?
2.) On mobile, in the slider, the call to action buttons on the 4 slides I have used does not appear. It only shows a buffering/working, spinning circle. How can I fix that? (appears fine on desktop)March 18, 2019 at 10:31 am #119752Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .logo img { height:auto; width:auto;} body.site_boxed .nivoSlider { min-height: 100px !important;} .nivo-caption .slidebtn { display: table !important;} }
Regards,
ChrisMarch 18, 2019 at 7:09 pm #119832March 18, 2019 at 7:12 pm #119833That didn’t fix either problem.
Current Custom CSS reads as follows:span.desc{display: none;}
.logo { margin: 0px 0 0px;}
@media screen and (max-width:479px) {
.logo img { height:auto; width:auto;}
body.site_boxed .nivoSlider { min-height: 100px !important;}
.nivo-caption .slidebtn { display: table !important;}
}March 19, 2019 at 5:35 am #119843Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.logo img { height:auto !important; width:auto !important;}
body.site_boxed .nivoSlider { min-height: 100px !important;}
.nivo-caption .slidebtn { display: table !important;}
}Regards,
ChrisMarch 19, 2019 at 5:52 am #119846No improvement.
March 20, 2019 at 4:58 am #119910Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected] Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
ChrisMarch 20, 2019 at 7:18 am #119945Hi,
Issue resolved.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.