Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!

    #1475577

    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

    #1475622

    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?

    #1475643

    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

    #1475647

    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;
    }
    }
    #1475660

    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

    #1475673

    Vielen lieben Dank! :)

    #1475681

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Socket height’ is closed to new replies.