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
habs so gelöst:
#top table.shop_table .actions .button {
min-width: 170px;
width: 170px;
margin: 3px 0 3px 7px;
}
aber leider geht es nicht überal so…
Hi Raphael,
I’m not sure I understand what problem you are having? Could you post a screenshot of the error please?
Best regards,
Rikard
look 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
Hey!
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,
Nikko
hi
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
Hi!
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