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

    Hi, we got an strange issue with your grid-row.
    This is the code we have in use:

    
    [av_layout_row border='' min_height_percent='' min_height='0' color='main_color' mobile='av-flex-cells' id='' custom_class='']
    [av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen1']
    
    [av_textblock size='' font_color='' color='' custom_class='']
    <a href="#">DIE | LÖSUNGEN</a>
    [/av_textblock]
    
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen2']
    
    [av_textblock size='' font_color='' color='' custom_class='']
    <a href="#">DIE | TECHNOLOGIE</a>
    [/av_textblock]
    
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen3']
    
    [av_textblock size='' font_color='' color='' custom_class='']
    <a href="#">DIE | LEISTUNGEN</a>
    [/av_textblock]
    
    [/av_cell_one_third]
    [/av_layout_row]

    The result seems quite strange and buggy to us since its moved totally to the left and not centered as it is supposed to be:

    Thanx for helping
    Regards Martin

    #751092

    Hey digitalprint2222,

    Just checked it and it seems to be working fine, the text aren’t centered, try to replace your code above with this:

    [av_layout_row border='' min_height_percent='' min_height='0' color='main_color' mobile='av-flex-cells' id='' custom_class='']
    
    [av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen1']
    
    [av_textblock size='' font_color='' color='' custom_class='' admin_preview_bg='']
    <p style="text-align: center;"><a href="#">DIE | LÖSUNGEN</a></p>
    [/av_textblock]
    
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen2']
    
    [av_textblock size='' font_color='' color='' custom_class='' admin_preview_bg='']
    <p style="text-align: center;"><a href="#">DIE | TECHNOLOGIE</a></p>
    [/av_textblock]
    
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='' custom_class='minimen3']
    
    [av_textblock size='' font_color='' color='' custom_class='' admin_preview_bg='']
    <p style="text-align: center;"><a href="#">DIE | LEISTUNGEN</a></p>
    [/av_textblock]
    
    [/av_cell_one_third][/av_layout_row]

    Hope this helps.

    Best regards,
    Nikko

    #754010

    Hello Nikko
    thank you very much, that helped.

    Kind regards Martin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Issue with Grid-Row’ is closed to new replies.