Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I’m working on a site locally. This is my first time using Page Builder.
I have a row with 2 columns. Within one of those columns, I am trying to add something 4 columns wide. So, I chose ‘layout builder’ widget and created the 4 columns with that, assigning an image to each column. However, when I look at the site, the columns aren’t getting widths. I was expecting my larger images to scale down to the right size within the columns.
Code: http://pastebin.com/2eRh8Pq7
Generated CSS: http://pastebin.com/FHYzZV0U
As an update, I switched the theme to test to 2015. It works on that. I’m using a custom theme.
I’ll try now to figure out how to get the CSS in there properly
Hi Hdwebpros
Thanks for reaching out. Ensure that your custom theme has the wp_head action hook:
https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head
Hope that helps :)
Yeah, I ended up getting it. Thank you for replying
Super, glad to hear you made progress.
I’m sure you’ve seen it, but, if you ever need a reference for the most standard/vetted/approved way of doing things, Underscores is a great reference. We use it for all our themes here at SiteOrigin:
https://github.com/automattic/_s
All the best.