-
AuthorPosts
-
March 5, 2019 at 10:41 pm #1075126
Hallo zusammen
#1 Auf der Produkte-Seite scheint der Beschreibungs-Tab nicht korrekt für responsiv zu funktionieren, konkret für Smartphones. Der Text in der Box ist abgeschnitten statt, dass der Text untereinander angeordnet würde.
#2 Auf der selben Seite wird unterhalb der Preis-Box der Text der Artikelnummer und der Kategorien-Angabe über den «Auswahl zurücksetzen» Link gesetzt. Gibt es hier eine Lösung?
Vielen Dank für eure Hilfe.
Beste Grüsse
Marco- This topic was modified 5 years, 8 months ago by marco_b.
March 8, 2019 at 10:48 am #1076284Hey marco_b,
Thank you for using Enfold.
1.) Use this css code to move the second column below the first one.
div table.shop_attributes th { width: auto; display: block; }
2.) Where is the “reset selection” button located? We can’t find it anywhere in the page. Please provide a screenshot using imgur or dropbox.
Best regards,
IsmaelMarch 8, 2019 at 12:03 pm #1076309Hi Ismael
Thank you for your help.
1.) Unfortunately no change. Some new ideas?
2.) Screenshot in the Private Content Box
Best regards
Marco- This reply was modified 5 years, 8 months ago by marco_b.
March 11, 2019 at 11:48 am #1077278Hi,
Thanks for the update.
1.) The css files are compressed. Did you toggle the Performance > File Compression settings after adding the css code?
2.) Is that a variable product? Please provide a link to an actual variable product.
Best regards,
IsmaelMarch 11, 2019 at 12:38 pm #1077305Hi Ismael
1.) I purged the cache an i even deactivate the Cache Plugin (W3 Total Cache), no change.
2.) Yes, it is, see the link in the private section.
Thank you for your help!
Greetings
MarcoMarch 13, 2019 at 9:06 pm #1078411some ideas?
March 18, 2019 at 9:38 am #1079781Hi,
I would like to apologize for the late response.
1.) Please adjust the code a bit.
div table.shop_attributes th { width: 100%; display: block; } div table.shop_attributes tr { display: block; }
2.) We don’t see any variations in that product. Please provide another.
Best regards,
IsmaelMarch 18, 2019 at 12:49 pm #1079855Hi Ismael
1.) Thank You, i edited your code like this, it work now!:
@media only screen and (max-width: 768px) { div table.shop_attributes th { width: 100%; display: block; }} @media only screen and (max-width: 768px) { div table.shop_attributes tr { display: block; }}
2.) Here an other Link.
Best regards
MarcoMarch 19, 2019 at 6:31 am #1080225Hi,
Thanks for the update.
You can add this code inside the previous css media query.
a.reset_variations { bottom: -50px; }
That is going to adjust the position of the reset text as shown in the screenshot.
// https://imgur.com/a/uIHYRej
Best regards,
IsmaelMarch 19, 2019 at 9:41 am #1080270Perfect, Thank you Ismael!
March 19, 2019 at 7:52 pm #1080485Hi marco_b,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.