• Resolved Сергей

    (@derevnya)


    Good day! I’m trying to write code for the home page. Tell me how you can reduce the size of the left column in two?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Yuki K a11n.

    (@yukikatayama)

    Automattic Happiness Engineer

    Hi @derevnya,

    If I understand correctly, you hope to reduce the width of the left column?

    You can do so by adding the CSS under WooCommerce > Customize > Additional CSS.

    https://cld.wthms.co/7GhlTd
    Link to image: https://cld.wthms.co/7GhlTd

    .section-title-wrapper {
    width: 23.434783%;
    }

    And set the percentage to the desired width.

    Hope that helps!

    Plugin Support Mike M. a11n

    (@mikedmoore)

    Automattic Happiness Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thread Starter Сергей

    (@derevnya)

    Unfortunately, this code does not work!

    jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    @derevnya It looks like the proper CSS is this:

    
    .page-template-template-homepage-php .storefront-product-section .section-title-wrapper {
        width: 30.434783%;
    }
    

    Again, you would need to set this to your desired width.

    Due to the age of this thread I am setting it to resolved. If you still need further assistance you can change the status to not resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Good day’ is closed to new replies.