Posted - 03/27/2020 : 16:23:47
There is some element in the right column causing the problem. Not sure if it is the clearfloat below or something.
<div class="clearfloat"></div> <div class="sidebar1"> <h1 class="mennav">Our Products</h1> <ul class="nav">
After taking look at your CSS, it might be one of these. Either way, the right column is what is creating the gap. p.cstitle{ clear: both; }
div.csproducts{ clear: both; margin-top: 0px; } Try commenting out the clear:both in the above and see what happens.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
Edited by - Marshall on 03/27/2020 16:27:31
|