Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1328641

    Hallo, ich habe 6 Kacheln, in denen ich meine Leistungen verlinkt habe. Auf der Mobile Version sieht es auch gut aus, aber wenn man das Handy quer hält, geht der text über die einzelnen Kacheln hinaus. (iPhone 13ProMax) Bei einem Tablet Samsung Tab A 2019 geht der Text über die Kacheln hinaus wenn das Tablet im Hochformat gehalten wird. Im Querformat passt es wieder. Kann man das ganze sozusagen “fluid” darstellen, sodass es sich immer dem jeweiligen Anzeigegerät anpasst?

    Vielen Dank und Gruß
    Alex

    #1328642

    PS: Auf dem Tablet ist im Hochformat & Querformat kein Logo sichtbar ? liegt das an dieser CSS ?
    @media only screen and (min-width: 768px) {
    .home span.logo {
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    }

    vielen Dank und Gruß
    Alex

    #1328643

    hat sich erledigt. Habe es gefunden

    #1328724

    Hi,

    Great, I’m glad that you found it. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1328799

    Ah, sorry ich habe nur das mit dem Logo gefunden, dass Thema mit den Kacheln ist noch offen.
    Grüße

    #1328848

    Hi,

    Thanks for the update. Could you post a link to where we can see the title problems please? If you have screenshots highlighting the problem, then please share those with us as well.

    Best regards,
    Rikard

    #1329121

    Hallo Rikard, wie kann ich einen Screenshot mit euch teilen ?

    Danke Alex

    #1329152

    Hi Alex,

    You can upload screenshots to a service like Dropbox, Google Drive, Imgur or Snipboard, then link to them here. Also make sure that you share a link to where we can see the actual problem on your site.

    Best regards,
    Rikard

    #1330429

    Hi Rikard, Sorry für die späte Antwort..

    der Link ist in dem private content. Ich hoffe das du damit mein Anliegen besser nachvollziehen kannst.

    Vielen Dank
    Gruß Alex

    #1330573

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    .iconbox_content_title a {
        word-break: break-all;
    }
    }

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.