When I add a color section to my portfolio items, they don’t span the full width of the page. The color section is only the size of the content width.
How can I fix this? It works correctly on pages.
Hi davisar!
Please edit your Color Section element and give it a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) then add following code to Quick CSS field in Enfold theme options under General Styling tab
#your-custom-id .container {
width: 100%;
}
Regards,
Yigit
Apparently, the problem was isolated to one portfolio item. I created a new item that worked. I don’t know why one worked, and the other didn’t. But everything is setup now. Thank you.