Forums
(@epitzer)
9 years ago
I fixed it.
It was just let all the “placement” rules OFF.
9 years, 5 months ago
Thanks!
Insert the code below to the style.css on your child theme. Worked perfect for me.
.woocommerce-active .site-header .site-header-cart { display: none; }
But remember, it will ride the cart, not remove the function.
It didn’t work for me, the menu keeps showing as a mobile menu. Could you help me?
https://parolaitaliana.com
For the first issue… Check if you are choosing the post format as “Image”. It worked for me!
9 years, 7 months ago
On a previus post @vpthemes has suggested this:
Try to add following code into style.css
#logo a img { width: 100%; }
Hope it works for you!