- This topic has 3 replies, 3 voices, and was last updated 3 years, 6 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 › Contractor Pro Slider
Hello,
This is my site: https://testfoam.rhaagdesigns.com/
I’m trying to get the slider to start where the menu ends, not underlay the header as if I was using a transparent header.
Any advice?
Kindly go to Appearance >> Customizer >> Basic >> Custom CSS Box:
.mywrap {position:relative;}
Regards,
Awesome that worked great!
Could you help me out with cleaning up the mobile menu / logo section?
https://ibb.co/q1994rf
Right now it’s all over the place, I’d like to either center everything or maybe even add the blue top bar section with e-mail, number, and social icons with logo and toggle bar underneath?
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.head-info-area {
background: #0000fa !important;
}
.head-info-area .left, .head-info-area .right { float:left;}
.logo { padding-top:0; padding-bottom:0; max-width:130px;}
#simple-menu { margin-top:33px;}
}
Regards,
Dave
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 […]