SKT Full WIdth Pro: Woocommerce pulldown fields over border if responsive

Home Forums SKT Full Width Forum SKT Full WIdth Pro: Woocommerce pulldown fields over border if responsive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31850
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Please check this screenshot for what happens when shrinking browser window.
    This is the link to that article.

    #31886
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Michael,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (min-width:786px) and (max-width:980px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{ float:none !important; display:inline-block !important; width:100% !important;}
    }

    Regards,
    Dave

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