-
-
Here is my website for reference: http://www.forgefirestudio.com
I am having issues with the Full Width Content option under row setting in Visual Composer. If I select Full Width Background, my content shows up just fine. However, if I select Full Width Content, the row height shrinks with the content overlapping the row it should be contained inside and other rows beneath it. It also messes up the footer. See the section of my website with the media grid to see what I am talking about.
I had this same issue with the section titled “What We Do,” but I spent a few hours modifying code to make it look how it should on desktops as well as mobile devices.
After searching the forum, I didn’t see anyone else experiencing the same issue, but Full Width Content seems to be very buggy for me. Is there anything I can do for a one time fix or am I going to have to modify code each time I want Full Width Content?
-
Hello,
Theme does not have any issue with full width content. What plugins do you have installed? Can you please try deactivating them all and try enable one at a time? One of them could be conflicting theme scripts. If the issue persists, please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
-
-
-
Hello,
I changed the two last section to fullwidth content to test it and disabled visual composer addons and animate it plugin.
If you remove this css style:
@media screen and (min-width: 1000px) .vc_responsive .full-width-content.wpb_row .vc_col-sm-12 { height: 175px !important; }
you have added at custom css style box, the sections are looking fine:
https://www.awesomescreenshot.com/image/1334693/7ce442bcbd58a15c90dd77dde160ed03
We don’t offer support for third party plugins or customization you may have made.
Let us know if you need further help.
Best regards!
-
Just realized when looking through the forum that topic was still marked as unresolved. The last information provided helped solve my issue.
Just FYI for anyone who stumbles upon this post. The issue was with a plugin and I didn’t realize it, so I modified some CSS to correct the issue, which it did for one row with full width content, but each additional row would need the same type of custom modification in order to look right. Once I disabled the plugin, I was still having issues because I didn’t remove the custom CSS coding used to correct the issues with the plugin. Once I removed the custom CSS coding, the full width content rows started functioning more consistently.
Thanks for the assistance!
-
You must be logged in to reply to this topic.