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?
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
Perfect, works like a charm, thanks
Hi mm-g,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria