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

    Hello,
    I am trying to build a template page layout for my site but when I look at it on mobile it is putting some of the headings in the wrong order.

    The page I am talking about is http://flowery-midnight.flywheelsites.com/looking-after-your-family/
    Logins below.

    Could you suggest a fix for this please?
    Many thanks in advance
    Kim

    #1025962

    Hey bauchope,

    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) {
        #av_section_4 .entry-content-wrapper,
      #av_section_2 .entry-content-wrapper,
      #av_section_6 .entry-content-wrapper {
        display: flex;
        flex-direction: column-reverse;
      }
    }
    

    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.