Home Forums Air WordPress Theme Mobile woocommerce responsiveness

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13997
    Koukache
    Participant
    Purchased
    Expired

    Hello,

    On mobile version, woocommerce item page has no left margin. Type is aligning to the edge.
    Please advice.

    Thanks,
    Firas

    #14000
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    Thanks for reminding.
    Please try to paste the custom css code to “Appearance > Customize : Additional CSS”

    /*
    You can add your own CSS here.
    
    Click the help icon above to learn more.
    */
    @media (max-width: 767px) {  
    	body.single-product.responsive-ux .ux-woo-wrap > .row {
    		margin-right: 0; margin-left: 0;
    	}
    	.responsive-ux.woocommerce .nav-tabs>li>a {
    		padding-left: 0;
    	}
    	.responsive-ux.woocommerce .social-bar {
    	    text-align: left; margin-top: 20px;
    	}
    	.responsive-ux h1.product_title {
    		margin-top: 50px;
    	}
    }

    Regards!
    Bwsm – uiueux.comTwitterFacebook

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.