Hello.
Today you so quickly fixed bug with WP 4.1, thank you very much for your work.
I have the question sorry if it already solved, could’t found any relative topic.
I made upgrade to version 3.03 (from 2.8 ) and after that the Full Width is not working for Color section.
Previous i put the code (for panorama js) in -> Text Section -> inside of Color Section. For Color Section gave specific ID.
In CSS put the code:
#idname .container {
width: 100%;
}
Now it’s not work. How in new version i could make module stretched on full screen?
Thank you :)
Hi!
Try with this:
#idname .container {
width: 100%;
max-width: none;
padding: 0;
}
Regards,
Josue