Hallo,
ich habe ein Script von einem Drittanbieter auf meiner Website eingebunden, dass immer unten links angeheftet ist – den Abstand zum Rand kann ich nicht verändern, da es nicht mein Script ist (oder doch?).
Jetzt ist das Element in der mobilen Version leider über dem Sockel fixiert und die Links können nicht angeklickt werden.
Gibt es eine Möglichkeit den Sockel zu vergrößern und alle Links links und untereinander anzuordnen, sodass die Links klickbar sind?
Oder habt ihr vielleicht eine andere Lösung?
Vielen Dank!
Hey lauragrashoff,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#button_321med {
bottom: 40px;
}
#info_321med {
bottom: 110px;
}
}
Best regards,
Rikard
Hey Rikard,
danke für deine schnelle Hilfe!
Der Code hat funktioniert, danke!
Nur die Animation des Buttons ist noch auf der alten Position ist – das sieht etwas komisch aus (Bild im private content).
Kann ich das auch verschieben?
Hi,
I can’t see those results on my end, could you add the CSS again so that we can inspect the element in question please?
Best regards,
Rikard
Ich hab den Code minimal angepasst, aber er ist eingefügt:
@media only screen and (max-width: 767px) {
#button_321med {
bottom: 100px!important;
}
#info_321med {
bottom: 150px!important;
}
}
Hi,
Please try this CSS instead:
@media only screen and (max-width: 767px) {
#button_321med {
bottom: 100px!important;
}
#info_321med {
bottom: 150px!important;
}
#button_321med_animation {
bottom: 100px!important;
}
}
Best regards,
Rikard
Vielen lieben Dank! :)
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard