-
AuthorPosts
-
November 12, 2016 at 2:10 pm #711443
Hello
My sidebar for “Warenkorb anzeigen” and “kasse” are not nice, the buttons are not the same. how i can change that?you can see here:
https://www.surfemotions.ch/service-beratung/bestpreisgarantie/thanks for help
raphael
November 12, 2016 at 7:45 pm #711477habs so gelöst:
#top table.shop_table .actions .button {
min-width: 170px;
width: 170px;
margin: 3px 0 3px 7px;
}November 12, 2016 at 8:39 pm #711485aber leider geht es nicht überal so…
November 13, 2016 at 9:01 am #711558Hi Raphael,
I’m not sure I understand what problem you are having? Could you post a screenshot of the error please?
Best regards,
RikardNovember 13, 2016 at 11:26 pm #711711look here: https://www.surfemotions.ch/wp-content/uploads/2016/11/Bildschirmfoto-2016-11-13-um-22.24.21.png where the red circle is, is a snapshot of the page when the problem apears…
regards raphael
-
This reply was modified 8 years, 11 months ago by
diotti.
November 14, 2016 at 4:26 am #711747Hey!
Try to add this code in Quick CSS:
@media only screen and (min-width: 768px) { #top .sidebar .widget_shopping_cart .button { width: auto; height: auto; display: inline-block; margin-bottom: 10px; float: none; } }Let us know if it works :)
Best regards,
NikkoNovember 14, 2016 at 1:13 pm #711924hi
thanks for the tip..
i would say it is better but not good:https://www.surfemotions.ch/wp-content/uploads/2016/11/Bildschirmfoto-2016-11-14-um-12.12.04.png
November 14, 2016 at 1:26 pm #711936Hi!
Try to replace the code I gave you to this one:
@media only screen and (min-width: 768px) { #top .sidebar .widget_shopping_cart .button { width: 100% !important; height: auto; display: inline-block; margin-bottom: 10px; float: none; } }Let us know if it works.
Regards,
Nikko -
This reply was modified 8 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
