Hi,
for some reason I have an extra space on the right side of my screen on mobile (you can see it clearly next to the announcement bar or when you scroll to the banners.
Does anyone know a way to remove it? I did it in the past with css, but I can’t recall anymore
Website: bentobay.de
pass: bawvay
Hi @Daniel19901
I think that is issue with pricing plan section, you can try to go to file “section-subscription-product.css”
find and update like below:
@media all and (max-width: 750px) {
.odda-subscription--badge {
position: absolute;
top: -25%;
right: 0; // Old value is -5%;
}
....
Hope this helps!