Hi,
I have a map from a plugins that I would like to be in my page. But it always display not using full width. What settings do I need to change to set it fullwidth like in LayerSlider?
Thanks,
– CJ
Hey CJ!
This may work: put it inside a Color Section (with a custom ID of fwd-section) and add this to the Quick CSS:
#fwd-section .container{
width: 100% !important;
}
Cheers!
Josue