Slider Covering Main Navigation

Latest Reply from Paul Jones at 2016-05-23 07:50:40 Solution
Hello,

Please help identity why the Slider Container now over laps the Main Navigation menu in the HellFire Theme.

Can we adjust with css?

Thanks,
Paul
Hi!

I have visited your website and checked it. This issue is caused by the work of the Marketpress plugin. It adds additional styles for your website:

*, *:before, *:after {
box-sizing: border-box;
}


To fix this issue you can disable the plugin or add the following code to the style.css file:

}
*, *:before, *:after {
box-sizing: content-box !important;
}
Grace,

Thank you and that corrected it. I suspected it was the MarketPress plugin that did it. Just wasn't sure how to fix it.

Leave a reply

Add codeAdd image