Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1022165

    hi it seems my site isn’t rendering properly on mobile

    there is a margin 0 being applied by enfold theme on mobile devices

    You can see in this screenshot

    View post on imgur.com

    That the last image box is overlapping the heading starting “About Rugby

    Any idea how to fix this and what is creating this ?

    #1022369

    Hey codecreative,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px){
        .flex_column.av_one_full.flex_column_div.avia-builder-el-4 {
            margin-top: 60px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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