Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1247816

    Hi Kreisi
    I’m trying to use the top bar as a banner place. My banner system is ful responsive, and works as a charm other places. But when I put the shortcode in the top bar section, it still shows fine, but is not responsive.

    There must be some css in enfold there is tricking this?

    #1248370

    Hey mm-g,

    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:989px){
         ._ning_outer._align_center {
            width: 100% !important;
            margin: 0;
            max-width: 100% !important;
           }
    
           ._ning_zone_inner {
            width: 80vw !important;
           }
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1250856

    Perfect, works like a charm, thanks

    #1250971

    Hi mm-g,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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