• Hi everyone,

    I already got rid of the pictures on my single product page with the code on the functions.php page and tried already several css codes to center (or et it at the right side of my site the text, but nothing seems to work ??

    This is the latest code i tried

    
    .woocommerce .product .summary,
    .woocommerce #content .product .summary,
    .woocommerce-page .product .summary,
    .woocommerce-page #content .product .summary
    {
    float: right;
    width: auto;
    margin-bottom: 2em;
    }
    

    I did found it somewhere, but it doesn’t work
    I tried also this, but nothing ??
    https://www.sellwithwp.com/remove-woocommerce-product-images/

    I’m using Kallyas theme, everything is updated till the latest version possible

    So who can help me out of this problem

    Thanks in advance

    Greetz

    Michael

    Oh yes, and this is my page -> https://www.inaviapress.com/spottertrips/season-2017/with-aircraft-to/maks/

    • This topic was modified 8 years, 2 months ago by Sabke.
    • This topic was modified 8 years, 2 months ago by Sabke.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you want the text to occupy all the space? Try this custom css:

    .single_product_main_image {
      display:none
    }
    .main-data {
      width:100%
    }
    

    Custom css is entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter Sabke

    (@sabke)

    Works great

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removed pics from productpagen rest doesn’t work :(’ is closed to new replies.