Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1032039

    Hallo zusammen,
    ich versuche verzweifelt das 1/5 Element schmäler zu machen
    Ich habe nach den Lösungen verschiedener Topics hier zwei Wege versucht:

    1)
    Auf der Seite eine Farb-Sektion eingefügt
    In dieser die Section ID “spalte” vergeben
    Ein 1/5 single column und 4/5 single column in der Farb-Sektion eingefügt
    in Quick CSS eingefügt:
    #spalte .av_one_fifth { width: 10%; }

    Die Spalte ist nach wie vor 20% breit
    —-
    2)
    In Quick CSS eingefügt:
    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all .av_one_fifth {
    width: 50%;
    margin: 0;
    display: inline-block;
    float: none;
    }
    }
    Ebenfalls kein Erfolg

    3)
    quick css

    .page-id-2264 div .av_one_fifth {
    width: 5%;
    }
    .page-id-2264 div .av_four_fifth {
    width: 95%;
    }
    Egal welche Prozentwert, die Spalten bleiben gleich

    Was tun?

    —-
    (bad) english:

    Hello everybody,
    I try desperately to make the 1/5 element smaller width (10%)
    I’ve tried two ways to solve different topics here:

    1)
    I added a color section on the page
    In this defined a Section ID “spalte”

    a 1/5 single column and 4/5 single column inserted in the color section

    added in Quick CSS:
    #spalte .av_one_fifth {width: 10%; }

    The column is still 20% wide
    —-
    2)
    Inserted in Quick CSS:

    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all .av_one_fifth {
    width: 50%;
    margin: 0;
    display: inline-block;
    float: none;
    }
    }

    Also not a success
    3)
    quick css

    .page-id-2264 div .av_one_fifth {
    width: 5%;
    }
    .page-id-2264 div .av_four_fifth {
    width: 95%;
    }

    No matter what percentage, the columns stay the same

    What to do?

    Here the Test Seite to the test-site

    • This topic was modified 6 years ago by MWI-AG.
    #1033118

    Hey Hans,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1033455

    The problem has been solved, thanks anyway! The thread can be closed

    #1033794

    Hi,

    Great, glad you got it working and thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Spaltenbreite ändern / smaller Columns’ is closed to new replies.