On November 3, 2014 at 10:00 pm
Hey Tariq,
I bought the pro theme, but was unable to log in for some reason, I probably need to reset my password.
Anyway, i have the site ready to go live, but noticed that the woocommerce shop, when resizing the page shrinks and appears to be thinner that the title bar.
.woowrap { width: 80%; margin: 0 auto;}
which matches perfectly with the fixed_site usually.
but under the 1080px or so limit, when resizing the browser, the title (fixed_site) width becomes:
@media screen and (max-width: 1200px)
body .fixed_site { width: 95%!important; margin: 0 auto;}
so the title stretches further than the wooinner, which is still:
.woowrap { width: 80%; margin: 0 auto;}
the rest of the site when mximised looks ace, its just when the browser sizes below 1080px.
Any ideas why or how I can change it?
I can put the site live once i have this done 🙂
Many thanks in advance!
Al