Viewing 5 reply threads
You must be logged in to reply to this topic.
I am adding some content to the shop page that I want to be full width content. However it is not expanding, it always get inside the same container for the page. I also try making the whole page full width, and it does not work either.
I want the text on the top to extend to the full width of the browser (100%), not the page container(110px) that is holding the products.
Hello,
Sorry but this is not possible achieving with theme options. I suggest you try custom css. Add the code in General Options > Custom Css box.
Best regards!
I did try with CSS, but the info I added automatically gets added to the container of the shop, so the change will have to happen to the html. I created a child theme, if you could let me know which file I will have to modify so I can make all the new info added to the page go into a different container I will appreciate it.
Hello,
The file responsible for the shop is woocommerce/templates/archive-product.php Which is not present inside theme but in the Woocommerce plugin folder.
To overwrite it, copy file and paste it inside ‘woocommerce’ folder in theme (follow the same file path as it originally has, similar to adding files in a child theme).
Best regards!
You must be logged in to reply to this topic.