Verwendung: Mobile Version Tagline Slider anpassen

Michi's Avatar

Michi

12 Jun, 2023 12:50 PM

Produkt: Tao Contao
Contao-Version: 4.13.24
Browser und Browserversionen: iPhone

Hallo
Ich habe eine Anpassung über .css gemacht für die normale Bildschirmgrösse.
Auf dem handy kann man nun aber nicht mehr die ganze Schrift hinter dem Logo in der Tagline erkennen.
Welches .css muss man für die Handy Version anpassen, damit die Schrift etwas weiter rauf geht und/oder das Logo etwas weiter runter. Ist es das Feature Box 599 dass man da anpassen muss oder welches genau empfehlen Sie da ?

Viele Dank und Grüsse
Michi

  1. Support Staff 1 Posted by RockSolid Theme... on 13 Jun, 2023 10:48 AM

    RockSolid Themes's Avatar

    Vielen Dank für Ihre Frage.

    Mit folgenden CSS-Code sollte sich die Darstellung korrigieren lassen:

    @media (max-width: 599px) {
      .feature-box-text video, 
      .feature-box-text img, 
      .feature-box-image video, 
      .feature-box-image img {
        margin-top: -50px;
      }
    }
    

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac