Hello, for certain information I took 3 1/3 elements (see screenshot). How can I make these elements fit together without any space?
Hey Talker77,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-912 #av_section_3 .av_one_third {
margin-left: 0;
width: 33%;
}
Best regards,
Rikard
Hello, that worked out fine … now I wanted to do it for another page too and I exchanged the page ID … but it doesn’t work. Why?
your code with site id 912
.page-id-912 #av_section_3 .av_one_third {
margin-left: 0;
width: 33%;
}
my code with site id 717
.page-id-717 #av_section_3 .av_one_third {
margin-left: 0;
width: 33%;
}
Hi,
You need to change the section. Try the following:
.page-id-717 #av_section_1 .av_one_third {
margin-left: 0;
width: 33%;
}
Best regards,
Jordan Shannon
Hi,
Best regards,
Jordan Shannon
Ah, okay…darauf wäre ich nie gekommen! Vielen dank!!
Hi,
No problem. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon