Home › Forums › WoodMart support forum › Change elements in thamplates
Change elements in thamplates
- This topic has 5 replies, 2 voices, and was last updated 4 years, 11 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 29, 2020 at 10:11 pm #170496
vitaliy.kotljarovParticipantGood afternoon! Please tell me how to stretch the entire width of the line with delivery methods on the page of the ordering? http://prntscr.com/qurlh9 Help me please
January 30, 2020 at 7:44 am #170532
Aizaz Imtiaz AwanKeymasterHello,
Please switch to parent theme(if your are using child theme) and try to undo all the Custom CSS Code from Theme Settings >> Custom CSS. Clear cache and check back. This will surely fix the issue.
If the problem continues then provide the admin panel login details of the website I will check it myself an help you accordingly.
Best Regards.
January 30, 2020 at 9:30 am #170557
vitaliy.kotljarovParticipantGood afternoon. This is not a problem, I want to make changes to the template. Could you tell me what rules you need to make in css in order to stretch these elements to the full width?
January 30, 2020 at 12:19 pm #170596
Aizaz Imtiaz AwanKeymasterHello,
Actually that was a table and inside it td and th defined. But in your case some td and th are hidden by custom CSS that’s why it is shown like this.
Screenshot for clarification: https://ibb.co/nLDbZsn
That’s why I asked you to undo your custom CSS code for a while from theme settings and then check back. If it does not fix then use the below CSS code in global custom CSS area under theme settings >> custom CSS:
td.my_cart_poditog { display: block; }
th.my_cl_cart_dost_one { display: block; visibility: hidden; }
Best Regards.
January 30, 2020 at 3:18 pm #170631
vitaliy.kotljarovParticipantThank you, I added the code that you sent but now my delivery methods are again divided into two columns and placed in one of them http://prntscr.com/qv4ojt. And I want these delivery methods to be stretched to the entire width of the cell http://prntscr.com/qv4pr3. How can I do that?
January 31, 2020 at 6:35 am #170724
Aizaz Imtiaz AwanKeymasterHello,
Welcome. I saw the screenshots you attached.The code I provided you is working fine and the alignment of the module is set to default.
Screenshot for Clarification: https://www.screencast.com/t/gWg3wcQ5o3
In the way you want, it will not be separated in columns is not possible because it’s designed inside table rows and columns. We can’t change this default behavior it’s requires customization and this is beyond our limitations and support policy.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register