-
AuthorPosts
-
January 22, 2025 at 11:24 am #1475549
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!
January 22, 2025 at 5:18 pm #1475577Hey 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,
RikardJanuary 23, 2025 at 6:31 am #1475622Hey 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?January 23, 2025 at 12:22 pm #1475643Hi,
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,
RikardJanuary 23, 2025 at 12:49 pm #1475647Ich 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; } }January 23, 2025 at 4:26 pm #1475660Hi,
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,
RikardJanuary 23, 2025 at 6:53 pm #1475673Vielen lieben Dank! :)
January 23, 2025 at 7:45 pm #1475681Hi,
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 -
AuthorPosts
- The topic ‘Socket height’ is closed to new replies.
