Hi
I want to make this section wide as the others, now i have tried several things without better result. Do you guys have an idea to fix this small bug? ![]()
Thanks in advance. ![]()
See attached image:
Hi
I want to make this section wide as the others, now i have tried several things without better result. Do you guys have an idea to fix this small bug? ![]()
Thanks in advance. ![]()
See attached image:
Hello @Dekanten , Please follow these steps to add this CSS code:
@media only screen and (max-width: 770px) {
#fsb_background {
width: 345px !important;
margin: 0 auto !important;
}
}
@media only screen and (max-width: 349px) {
#fsb_background {
width: 290px !important;
margin: 0 auto !important;
}
#fsb_background > * {
font-size: 10px !important;
}
}
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
Hi and big thank you so this works like a charm so im really glad for the result, thank you so much for your help and support. ![]()