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

    On my site I’m using Tab Section Elements. On mobile device the tab section isn’t shown properly (not responsive). How can I solve this problem?

    #1019826

    Hey lorenagerlach,

    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:990px){
        .responsive #top .container .av-content-small, 
        .responsive #top #wrap_all .flex_column,
         .responsive #top #wrap_all .av-flex-cells .no_margin {
                 overflow-wrap: break-word;
                  word-wrap: break-word;
                  -webkit-hyphens: auto;
                  -ms-hyphens: auto;
                  -moz-hyphens: auto;
                  hyphens: auto;
         }
    }
    

    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.