Forum Replies Created

Viewing 11 posts - 91 through 101 (of 101 total)
  • Author
    Posts
  • in reply to: responsive behaviour #740589

    Hi Ismael,

    thank you. I get along with 1) and 2) now. And here’s a screenshot of my Galaxy Tablet S2 in landscape mode.

    As said, it shoud be displayed like on desktop with a width of 1050/1100 (slider) or higher.

    The S2 specs: http://www.gsmarena.com/samsung_galaxy_tab_s2_9_7-7438.php

    The width is 2048px …

    What do you think?

    in reply to: Grid Row Width #739015

    Hi Rikard,

    i found a workaround by copy/pasting a grid row that did not show margins in mobile view:

    see private link 1

    but i do not know why. So could not solve that problem.

    I’d be very curios to know, why it did not work in the first place.
    Here’s a link for a page where there’s still that margin/white space left and right in mobile view:

    see private link 2

    I used this custom css:

    @media only screen and (min-width: 50px) {
    #av-layout-grid-1, #av-layout-grid-2, #av-layout-grid-3, #av-layout-grid-4, #av-layout-grid-5 {
    display:block !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    }}

    @media only screen and (min-width: 1050px) {
    #av-layout-grid-1, #av-layout-grid-2, #av-layout-grid-3, #av-layout-grid-4, #av-layout-grid-5 {
    display:block !important;
    width: 91%;
    max-width: 91%;
    margin: 0 auto;
    }}

    @media only screen and (min-width: 1551px) {
    #av-layout-grid-1, #av-layout-grid-2, #av-layout-grid-3, #av-layout-grid-4, #av-layout-grid-5 {
    display:block !important;
    width: 67%;
    max-width: 67%;
    margin: 0 auto;
    }}

    And one more thing, even more important: There is a thin grey line below the colored boxes/grid row. how can i remove this?

    Thanks a lot, Tobi

    • This reply was modified 7 years, 10 months ago by td8000.
    in reply to: Remove margin #738998

    Thanks Nikko,

    i could solve that issue with another entry in this forum.

    in reply to: Unterschiedliche Reiter Farbe #735781

    Im besten Fall würde ich gerne auf dieser Seite jeden der 3 Reiter eine andere Hintergrundfarbe geben.

    Kann mir aber vortstellen, dass das nicht funktioniert, weil es ja alles auf einer Seite (also eine Page ID) liegt.

    Zumindest würde ich dann allen 3 Reitern auf dieser Seite eine Hintergrundfarbe geben. Anderen Seiten mit Reitern aber dann eine andere Farbe.

    VG, Tobi

    in reply to: Unterschiedliche Reiter Farbe #735357

    Hi Andy, kannst Du mir den Custom CSS Code sagen, den ich einfügen muss, um auf einer einzelnen Seite die Reiter Hintergrund Farbe zu ändern?

    Vielen Dank.

    in reply to: Unterschiedliche Reiter Farbe #726139

    Hi Andy.

    Alles klar, viel Erfolg.

    in reply to: Unterschiedliche Reiter Farbe #725985

    Neben Alt soll auch Titel Attribut noch eingefügt werden.

    in reply to: Unterschiedliche Reiter Farbe #725982

    Hi Andy,

    nach längerer Zeit geht es auf dieser Baustelle weiter. Ich habe zu letzterem Anliegen einen Weg gefunden:

    Allerdings möchte ich jetzt noch, dass ein “Alt” Text bei Mouse Over angezeigt wird und/oder in den Buttons eine animierte Texteinblendung wie auf dieser Seite angezeigt wird:

    Das geht dann verm. auch nur durch Code, den ich nicht herausfinden kann…

    Danke und Gruß, Tobi

    in reply to: Grid row cell alignment #710226

    Hi Nikko,

    works fine.
    One more question: I’d like to have 2 text boxes within a grid row, one left cell, one right cell, with different width.
    With your code, they both allways are at 72%. How ca i adjust only the left one to e.g. 40%?

    Thanks

    in reply to: Grid row cell alignment #709829

    See link below.

    The first two text boxes (and all other content) in the left grid row cell (upper region of page) should be aligned right and be directly attached to the picture. Similar to the composition below.

    Thanks.

    in reply to: Unterschiedliche Reiter Farbe #689813

    Hi Andy,

    Danke, damit komme ich jetzt klar.
    Es hat sich nur eine anderes Problem mit den Seiten, die Reiter beinhalten, ergeben.

    Der Kunde möchte unterhalb der Reiter eine Masonry Gallery haben, und zwar für jeden der (3) Tabs eine Andere.

    Ich würde also gerne bei Klick auf den Reiter Tab die Seite wechseln.
    Wie mache ich das? Oder gibt es eine alternative Möglichkeit?

    VG, Tobi

Viewing 11 posts - 91 through 101 (of 101 total)