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.
thank you but unfortunately, nothing happens with these changes..
I need to remove the sidebar in my woocommerce
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
the page is http://loccstore.se/produkter/
looks like I have a right empty sidebar.
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