Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #651763

    Hi,

    I’m trying to figure out what went wrong on the 5 column layout of the site attached.
    As far as I’ve understand, the “first” attribute is set to the first column, then gets re applied at the first column of the next row.

    I did the same concept but there were issues viewing the columns on tablets and mobile.

    Please help.

    <![CDATA[[av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][/av_one_fifth]
    
    [av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][/av_one_fifth]
    
    [av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][/av_one_fifth]
    
    [av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][/av_one_fifth]
    
    [av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][/av_one_fifth]
    #652204

    Hey AV,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .av_one_fifth { width: 100% !important; margin-left: 0 !important; }}
    

    Best regards,
    Yigit

    #658123

    Thanks, working now because I needed to update the css to say the right page-id :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Need help – av_one_fifth tag not responsive’ is closed to new replies.