This topic has 11 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #93572
     yuyafurukawa
    Participant

    How to make thumbnail Bigger it’s too small to see

     

    Thank you very much

    Attachments:
    You must be logged in to view attached files.
    #93699
     Radu
    Moderator

    Hi,

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    .woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height:55px !important;
    width:auto !important;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #94037
     yuyafurukawa
    Participant

    OMG !!!! Thank you so much ,it’s works Great !!!!!

    #94565
     Radu
    Moderator

    You’re welcome,

    Also don’t forget to rate our theme on Themeforest and give it 5 stars πŸ™‚

    http://themeforest.net/downloads/

    Best regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #94811
     yuyafurukawa
    Participant

    Yes , I will
    and one more thing is this Quick CSS work great on PC
    But Display is not responsive in mobile devices
    That Thumbnail is so strange πŸ™

    What can i do

    Thank you very much

    Attachments:
    You must be logged in to view attached files.
    #94926
     Radu
    Moderator

    Hi,

    Replace code with this please

    @media(max-width:700px) {

    .woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height:55px !important;
    width:auto !important;}

    }

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #95002
     yuyafurukawa
    Participant

    i try but nothing happened πŸ™

    Thank you very much

    #95114
     Radu
    Moderator

    Try to replace code with this

    COPY CODE
    
    @media(min-width:700px) {
    
    .woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height:55px !important;
    width:auto !important;}
    
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #95177
     yuyafurukawa
    Participant

    Thank you for helping us πŸ™‚
    the result was…

    Cheers

    Attachments:
    You must be logged in to view attached files.
    #95269
     Radu
    Moderator

    Hi,

    It’s ok now ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #95333
     yuyafurukawa
    Participant

    Yes , Radu … It’s okay now

    Thank you very much

    πŸ™‚

    #95413
     Radu
    Moderator

    Hi,

    You’re welcome

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?