• Resolved Hector

    (@hecktoras)


    Hello,

    I’m trying to separate the image of the product from the title a little bit, but the changes are not being applied, which can be the problem.

    I am waiting for some possible solution I will keep trying on my own.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Sorry which part are you referring to?

    This is what I’m seeing currently:
    https://www.screencast.com/t/byFqrr2uGNW

    Thread Starter Hector

    (@hecktoras)

    Hi,

    That’s weird, on my computer it looks really good.

    I mean the space between the images and the title (Botinero Estándar)
    highmove.kreathors.com_producto_botinero-estandar_.png

    Thread Starter Hector

    (@hecktoras)

    Hello,

    I finally found the solution.

    There are two options:

    – Give an internal spacing to the text block:

    .summary.entry-summary {
        padding-left: 1rem;
    }

    – Shrink the image by decreasing the maximum width:

    .woocommerce img, .woocommerce-page img {
        max-width: 90%;
    }

    You can add any code you prefer to the theme’s custom CSS. In my case I have added it to the Child Theme. ??

    Glad to hear ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Customize products – Spaces’ is closed to new replies.