Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #434663

    I have a color section, in which I have placed 2x 1/2 layout elements.

    In the color section I have a background video.

    In the 2x 1/2 layout elements I wish to have 2 different background colors, that take up the whole width of the page.

    Just using .background color on flex_column av_one_half will only give background color to the middle area of the page.

    I am thinking of somehow splitting up the color section into two pieces, and giving each piece a different background color.

    #435019

    Hi QBDSwedenAB!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #435090
    This reply has been marked as private.
    #435814

    Hey!

    Thank you for using Enfold.

    Use the Grid Row element then set the cell size accordingly. You can apply different backgrounds for each cell.

    Best regards,
    Ismael

    #435987
    This reply has been marked as private.
    #436497

    Hi!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #av_section_1 .responsive .container {
      max-width: 100% !important;
    }
    
    #av_section_1 .flex_column av_one_half {
      width: 50% !important;
      background-color: blue !important;
    }

    Regards,
    Rikard

    #436633
    This reply has been marked as private.
    #437219

    Hey!

    The first one has the class ‘first’ also, so you should be able to target it with this:

    #av_section_1 .flex_column.av_one_half.first{
    /*your code here*/
    }
    

    Cheers!
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.