-
AuthorPosts
-
November 10, 2018 at 4:50 pm #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 Erfolg3)
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 gleichWas 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.
November 13, 2018 at 7:43 pm #1033118Hey Hans,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaNovember 14, 2018 at 11:55 am #1033455The problem has been solved, thanks anyway! The thread can be closed
November 15, 2018 at 7:06 am #1033794 -
AuthorPosts
- The topic ‘Spaltenbreite ändern / smaller Columns’ is closed to new replies.