Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1265038

    Hello, for certain information I took 3 1/3 elements (see screenshot). How can I make these elements fit together without any space?

    #1265242

    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

    #1265499

    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%;
    }

    #1265526

    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

    #1265527

    Hi,

    Best regards,
    Jordan Shannon

    #1265558

    Ah, okay…darauf wäre ich nie gekommen! Vielen dank!!

    #1265559

    Hi,

    No problem. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘1/3 elements without space…’ is closed to new replies.