Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #498290

    you can help me I have a problem with the product page.. Mobile version
    button “add tu card” can not see

    #498300

    I included this css to make it work:

    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px)

    #top .summary.entry-summary .single_variation_wrap{

    display: block!important;
    }

    }
    you have different ideas? thank you

    #498308

    Hi!

    Please change your code to following one

    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
    #top .summary.entry-summary .single_variation_wrap{
    display: block!important;
    }}

    and it looks good :)

    Cheers!
    Yigit

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