Posted - 10/03/2019 : 10:57:36
Did you add this CSS?
.detailname h1{ font-size: 1.2em; padding:6px; float:right; width:98%; margin-top:10px; margin-bottom:12px; border-bottom: 1px solid #ccc; }
and
@media all and (max-width: 980px) { .main{ width:100%; padding:0 10px;} .down_nav ul li a{ padding:8px 7px;} .down_nav ul{padding-left:20px;} div.detaildescription,div.detailname h1, div.detailimage, span.detaildiscountsapply{ float:left; width:98%; } Try removing the h1 from .detailname h1 and div.detailname in your css/style.css because the way you have it now, it is floating the h1 not the division which is probably contributing to the problem. And in the first one, you may have to change margin-top and margin-bottom to padding-top and padding-bottom.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
|