Single product view post format
Baudonnat Matheiu created the topic: Single product view post format
Hi,
For some reason the single product page have a different structure than the full catalog.
I designed the footer of my pages to look like the first picture.
When I look at a single product it looks like the second picture.
I don't understand why my div is going out of the main wrapper as it should not happen normally.
Thanks for the help
Please Log in or Create an account to join the conversation.
-
Topic Author
- Baudonnat Matheiu
- Offline
- Fresh Boarder
-
- Posts: 2
- Thank you received: 0
7 years 8 months ago
Agapi G. replied the topic: Single product view post format
Dear Baudonnat,
Thanks for letting us know about this problem!
Most probably there is a CSS conflict between your theme and Spider Catalog plugin styles. Could you please give the link to a product page, where we could see the issue?
We'll try to provide a quick CSS fix for you.
Thank you!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
7 years 8 months ago
Baudonnat Matheiu replied the topic: Single product view post format
Hi,
Thanks for the quick reply.
Here is the link
lebarp.comtogether.fr/associations/?s_p_...rod_name_3_1=&back=1
It is a bootstrap grid system.
Hope you'll find a solution.
Regards
Please Log in or Create an account to join the conversation.
-
Topic Author
- Baudonnat Matheiu
- Offline
- Fresh Boarder
-
- Posts: 2
- Thank you received: 0
7 years 8 months ago
Agapi G. replied the topic: Single product view post format
Dear Baudonnat,
We are not sure if this happens as a result of a conflict, but could you please try adding the following CSS code to your theme styles?
.sec-menu {
max-width: 1014px;
float: none !important;
margin: 0 auto !important;
}
.article-footer {
max-width: 1014px;
margin: 0 auto;
}
Please check and make sure it does not change the style of other pages.
Thank you!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
7 years 8 months ago