Tagged: 

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

    Hello,

    I have a design and would like to obtain the same in the enfold template.
    However i cannot seem to get is working.

    The design:

    Just like the full screen slider, i would like to have the 1/2 collumns to have full width.
    so that they will fill the whole screen from left to right.

    How can i make this happen?

    Thanks in advance.

    With kind regards,
    Jos

    #641938

    the space between those flex-columns is not set by a padding or margin – there is a “placeholder” div between – so try to play with width of that container:

    #top .av-flex-placeholder {
        width: 1%;
    }

    but i see you set those columns often in a different way like on cooperatie there are some – this comes from setting “equal hight”

    some of them are not set to equal hight – than placeholder is missing

    #641950

    i think that there is no exact line from top to bottom in the half (see your arrow in the image) seems to be because you choose on one column (space between columns) and on the other not

    And btw: you should place only once an id. You got two color sections with same id.
    if you haven’t it allready activated you can put in your functions.php of your child-theme :
    add_theme_support('avia_template_builder_custom_css');
    than you can set a class for most of the alb elements.
    You can set on css more than one class for different divs

    • This reply was modified 8 years, 5 months ago by Guenni007.
    #642013

    Thanks a lot for the reply.
    I believe i got it figured out.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How can i set 1/2 collums to full width?’ is closed to new replies.