• what code do I use to center my product page and the page with all the products in woocommerce?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello kallepe ,

    Go to theme customize -> header -> General .

    select header style as Header v2 and turn off Top Navigation.

    and Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .site-header h1 {
        margin-left:30%;/*space you can change*/
    }

    Hope this will helps you.

    Thanks.

    Thread Starter kallepe

    (@kallepe)

    thank you but unfortunately, nothing happens with these changes..

    Thread Starter kallepe

    (@kallepe)

    I need to remove the sidebar in my woocommerce

    Theme Author themevision

    (@themevision)

    Hello,@kallepe!

    I visited your website and seems to me you have 404 landing page problem…
    So if you need to fix that, Try next:

    Go to : Dashboard ->Settings -> Permalinks
    And click “Save Changes” button to update permalinks structure.

    In order to help you with the woo-commerce, please fix that first.

    Also, please, go to Customising ▸ Layout ▸ Sidebar and change the sidebar position to the right.
    https://prnt.sc/ll0mgv

    PS: Can you give me an exact address to the page where the woocommerce products and sidebar are located?

    Regards

    Thread Starter kallepe

    (@kallepe)

    the page is http://loccstore.se/produkter/

    looks like I have a right empty sidebar.

    Theme Author themevision

    (@themevision)

    Hello,
    Insert the following code into Customize->General->Additional CSS:

    #primary { 
        margin-right: auto!important;
        margin-left: auto!important;
        float:none;
        padding-right:0px!important;
        width:80%
    }

    Change the width value per your needs.

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Center woocommerce’ is closed to new replies.