Home › Forums › WoodMart support forum › Single Product Page
Single Product Page
- This topic has 14 replies, 2 voices, and was last updated 5 years, 1 month ago by
Elise Noromit.
-
AuthorPosts
-
January 17, 2020 at 1:48 pm #168561
bidnbuyParticipantHello,
Please refer to the attached images for design request on the single product page.
Regards
January 17, 2020 at 1:51 pm #168564
bidnbuyParticipantMissing image attached!
Attachments:
You must be logged in to view attached files.January 17, 2020 at 9:43 pm #168622
Elise NoromitMemberHello,
You can set the layout globally for all the pages. It is not possible to set full-width for product pages and another layout for the rest. The layout is configured in the Theme Settings > General layout.
Best Regards
January 17, 2020 at 11:33 pm #168624
bidnbuyParticipantHello,
Sorry for any confusion as it’s clear that you haven’t understood the request provided in image.
I’m not asking for the single product page to be set to full width- I need for the content to be left and right align with the header.
I would like to remove the ‘padding/margins’ that’s clearly on the ‘left and right’ of the page content so that the product thumbnails can be left-align with category menu and for the same alignment on the right.
Regards.
January 18, 2020 at 3:01 pm #168696
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single .container-fluid { padding-left:0!important; padding-right:0!important; } body.single .site-content { padding-left:0!important; padding-right:0!important; } body.single .site-content .single-product-page .container{ padding-left:0!important; padding-right:0!important; width:100%; margin-left:0!important; margin-right:0!important; }
Enter each product and set the full-width for rows without paddings.
Best Regards
January 19, 2020 at 7:23 pm #168812
bidnbuyParticipantThank you.
Regards.
January 19, 2020 at 8:28 pm #168822
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
January 20, 2020 at 3:07 pm #168957
bidnbuyParticipantHello,
Can you provide the status on the 2 pending design issues outlined in the previously provided image?
Regards.
January 20, 2020 at 7:46 pm #168983
Elise NoromitMemberHello,
Have you inserted the code? Does it work?
There are paddings in the Product description tabs, you need the width of the rows full width.
Please clarify the problem once again.
Best Regards
January 20, 2020 at 7:51 pm #168985
bidnbuyParticipantHello,
Confirming that the solution you have provided works fine for the first issue annotated in the image.
However, the 2nd and 3rd annotations are still pending.
Thanks.
January 20, 2020 at 9:15 pm #168998
Elise NoromitMemberHello,
I cannot log in to your site.
As for the second, I have described the way to correct: enter each product page and set full width for each row without padding.
I am testing the code and I see it works https://gyazo.com/ebb20ce08a60dd8c9bbf92079bcf0a9b
Best Regards
January 20, 2020 at 11:07 pm #169006
bidnbuyParticipantHello,
Please find attached images of the 2 outstanding issues for which I’m referring.
Regards
Attachments:
You must be logged in to view attached files.January 21, 2020 at 9:01 am #169055
Elise NoromitMemberHello,
I do not see the code added as I wrote https://gyazo.com/313576ba33805c0694ac5b7d73269640
Please add this code to the Theme Settings > Custom CSS > Global:
body.single .container-fluid { padding-left:0!important; padding-right:0!important; } body.single .site-content { padding-left:0!important; padding-right:0!important; } body.single .site-content .single-product-page .container{ padding-left:0!important; padding-right:0!important; width:100%; margin-left:0!important; margin-right:0!important; }
Enter each product and set the full-width for rows without paddings.
Best Regards
January 24, 2020 at 3:29 pm #169664
bidnbuyParticipantHello,
I’m confuse as to what you’re referencing as the code was/is added as the Custom CSS. However, that code doesn’t address the issues I have provide in the last 2 screen shots.
—-
1. Changing ing the background color of the row that contains the “DESCRIPTION, SHIPPING & DELIVERY ETC’
2. The color of the price range for variant products is incorrect when displayed on the single product page. [All price colors shown in product grids should be blue, and not a combination of blue and red]Regards.
January 24, 2020 at 6:05 pm #169682
Elise NoromitMemberHello,
I’m not asking for the single product page to be set to full width- I need for the content to be left and right align with the header.
Here is the image of your header: https://prnt.sc/qseso8 Now the content of the product page is the same as the header content.
The header block, however, is full width. I have provided the code which would make the content full-width without paddings. Please clarify your purpose once again.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register