• Resolved vivahappyblog

    (@vivahappyblog)


    Hello there,

    I’m helping a friend with her website and on the homepage, she has 2 sections (About and BeVoice) that have 2 columns, 1 with a picture and 1 with text. These sections display perfectly on the computer but are not displaying properly on mobile. About only show the text with no picture and bevoice only show the picture with no text.

    Any suggestions to correct this? TIA

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @vivahappyblog,

    Please add the following code in your Appearance -> Customize -> Additional CSS:

    @media only screen and (max-width: 600px){
      #wp-block-themeisle-blocks-advanced-columns-f88dcace{
         display: block;
      }
      #wp-block-themeisle-blocks-advanced-columns-ee9e5804{
         display: block;
      }    
    }
    Thread Starter vivahappyblog

    (@vivahappyblog)

    Thanks, @betydbr

    it worked like a charm! I really appreciate the guidance. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Content on columns not displaying properly on mobile’ is closed to new replies.