Viewing 11 posts - 16 through 26 (of 26 total)
  • #227714
    goodtimesmag
    Member
    Post count: 191

    Damn, is there no solution to just minimize the image inside the container, so that the image does not fit the whole container. So maybe that the image is only 60%!?

    #227725
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this custom css code:-

    .woocommerce div.product div.images{
    width:30% !important;
    }
    .woocommerce div.product div.summary{
    width:66% !important;
    }
    .woocommerce div.product div.images img {
        display: block;
        box-shadow: none;
        width: 356px !important;
        height: 474px !important;
    }
    
    

    Thanks
    Mohammad

    #227735
    goodtimesmag
    Member
    Post count: 191

    Hi Mohammad,

    thx, but now the image and product description is not responsive anymore.

    #227744
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just remove the last code and use this new code:-

    .woocommerce div.product div.images{
    width:30%;
    }
    .woocommerce div.product div.summary{
    width:66%;
    }
    .woocommerce div.product div.images img {
        display: block;
        box-shadow: none;
        width: 356px;
        height: 474px;
    }

    Thanks
    Mohammad

    #227749
    goodtimesmag
    Member
    Post count: 191

    That didn’t change anything. The image and the description behave still not responsive on mobile devices and smaller screens.

    #227840
    goodtimesmag
    Member
    Post count: 191

    Any ideas?

    #228180
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,
    You should be able to do this in the theme options without the need for CSS. Please locate and try this option: (Test this with the above CSS removed.)

    Theme Options => WooCommerce => Product Options => Product Image Width

    – David.

    #228181
    goodtimesmag
    Member
    Post count: 191

    Hi David,

    in the Neighbourhood theme I can only see Theme Options => WooCommerce Options. Theme Options => WooCommerce => Product Options => Product Image Width ist not there.

    #228200
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    That is an option that is not present in Neighborhood, only in Atelier, Joyn and Cardinal.

    Check this article and try the code inside it.

    Resize the product image / details area

    -Rui

    #228203
    goodtimesmag
    Member
    Post count: 191

    Thanks Rui, no it works! You guys are great!

    #228208
    David Martin – Support
    Moderator
    Post count: 20834

    Hi @goodtimesmag, apologies I was in Atelier mode! Glad Rui got it resolved for you.

    Cheers,
    David.

Viewing 11 posts - 16 through 26 (of 26 total)

You must be logged in to reply to this topic.