Home / Forums / WoodMart support forum / Product attributes layout issue after the theme update
Home › Forums › WoodMart support forum › Product attributes layout issue after the theme update
Product attributes layout issue after the theme update
- This topic has 11 replies, 2 voices, and was last updated 1 year, 11 months ago by
Luke Nielsen.
-
AuthorPosts
-
July 15, 2024 at 6:25 pm #583495
Web.Dev.ParticipantHello
Today the WoodMart theme was updated from previous version to new v.7.5.2
After making the updates, there are issues in the layout of the product attribute in mobile version.
For example
Unfortunately, this situation repeats and was +/- similar the previous time when the WoodMart theme was updated. (Our communication from May 2024)
Please your suggestions and solutions.
Thanks & best regards
Attachments:
You must be logged in to view attached files.July 16, 2024 at 3:56 pm #583718
Luke NielsenMemberHello,
Please, update access to the admin panel so I can investigate it.
Thank you in advance.
Kind Regards
July 23, 2024 at 4:29 pm #585134
Web.Dev.ParticipantHello
May apologise, but somehow I had missed your reply.
Best regardsJuly 24, 2024 at 9:59 am #585270
Luke NielsenMemberHello,
Add the code below into the Mobile CSS area:
.woocommerce-product-attributes tbody tr:nth-child(2) .woocommerce-product-attributes-item__value { display: flex; flex-wrap: wrap; gap: 3px; }And the below one for the Mobile landscape:
.woocommerce-product-attributes tbody tr:nth-child(2) .woocommerce-product-attributes-item__value { display: flex; flex-wrap: wrap; }Kind Regards
July 24, 2024 at 1:38 pm #585369
Web.Dev.ParticipantHello
Your suggestions have been implemented and the results are dual.
-Mobile screen in vertical | English language -> everything looks good
– Mobile screen in vertical | Latvian language -> everything looks good except location of question mark
– Mobile screen in landscape | English language -> layout of attribute and location of question mark looks far from perfect
– Mobile screen in landscape | Latvian language -> layout of attribute looks far from perfect but location of question mark looks good.
Best regards
Attachments:
You must be logged in to view attached files.July 24, 2024 at 2:18 pm #585391
Luke NielsenMemberHello,
1. Recheck the issue now – https://take.ms/xP1MPu
2. To “Mobile CSS” area:
.woocommerce-product-attributes-item--attribute_pa_paredzamais-piegades-termins th { max-width: 70%; }Kind Regards
July 24, 2024 at 3:08 pm #585412
Web.Dev.ParticipantHello
Thank you, looks better but not perfect yet.-Mobile screen in vertical | English language -> everything looks good
-Mobile screen in landscape | English language -> location of question mark???-Mobile screen in vertical | Latvian language -> location of question mark ???
-Mobile screen in landscape | Latvian language -> everything looks good.Thanks & best regards
Attachments:
You must be logged in to view attached files.July 29, 2024 at 9:52 am #586346
Luke NielsenMemberHello,
Sorry for the delay.
It looks like this custom affects it – https://take.ms/i5mFW, remove it, clear the cache and check how it works.
Kind Regards
July 29, 2024 at 2:48 pm #586453
Web.Dev.ParticipantHello
Thank you.
All suggestions have been implemented.
Almost OK.-Mobile screen in vertical | English language -> everything looks good
-Mobile screen in landscape | English language -> everything looks good-Mobile screen in vertical | Latvian language -> everything looks good
-Mobile screen in landscape | Latvian language -> location of question mark ???Thanks & best regards
Attachments:
You must be logged in to view attached files.July 31, 2024 at 5:53 pm #587094
Luke NielsenMemberHello,
I have defined this code https://take.ms/iemZu and it looks fine now – https://take.ms/vvhBW
Clear the mobile/browser cache and check how it works.
Kind Regards
August 8, 2024 at 8:45 am #588873
Web.Dev.ParticipantHello
I followed your suggestions and deleted everything what is possible (cache and web browsing history) but unfortunately the question mark is not in the right place.
I have tested on three devices both on the iOS platform and Android and the result is the same in all of them.
When the screen of the mobile device is in landscape position the question mark is not in the right place.
That’s how it looks from my point of view…..unfortunately.
Thanks & best regardsAttachments:
You must be logged in to view attached files.August 9, 2024 at 9:35 am #589166
Luke NielsenMemberHello,
Try to enable “English” and then change back to “Latvian” – https://take.ms/ROVX7, https://take.ms/JkihF
In general, different languages have different text length so it’s difficult to control it. I suggest you
on the landscape enable the full-width columns, thus when you add some new attributes you will not need to adjust them again..single-product .product-images { flex: 0 0 100%; max-width: 100%; } .single-product .summary.entry-summary { flex: 0 0 100%; max-width: 100%; }Define the code above for Tablet and Mobile areas in Theme Settings -> Custom CSS.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register