I was trying to change the margin for the mobile view of my ‘Featured Product’ Section on the debut theme’s css. It wasn’t working so I removed what I had coded and now the mobile view is not showing up. It is hidden. The desktop version is fine. I know this should be an easy fix but I can’t see anything wrong. Please help! Thanks!
url www.dotpops.net
That doesn’t solve my issue. I don’t want to buy a theme. I have already done coding to the one I have. I was hoping someone could see the mistake and help out. The margin isn’t the issue at this point. I cannot see the mobile site. That is all I want to be able to fix for the time being. The margin is not important.
Hi @DotPops ,
Go to Assets > theme.css and paste this at the bottom of the file:
.main-content {
opacity: 1 !important;
}
.main-content .shopify-section {
display: inherit !important;
}
Hope it helps!
You’re a life saver! Worked like a charm. Thanks so much!!
@LitCommerce There is some weird spacing and duplicated images within the featured product section and styling is different on the buy now button.
I have taken care of this. All is good.