Content Layout Overrides

I have been trying to adjust the content layout sizing for a container and noticed that there are not override DOTS fo the width and height. Is this intentional or just something that has not yet been implemented?

I need to change the width settings at different breakpoints but without the override options this cannot be done.

Yes you can… switch it to Theme Spacing, then press the little mask and brush icon to make it custom. You’ll notice the breakpoint dot becomes available. You can then put in a pixel value, or any css value for that matter.

But I don’t want to set a custom value I want to change the Width from FULL to BREAKPOINT. That means I need to override the actual width dropdown.

If I go setting a custom value then if I change the breakpoint value I have to find any place I made this change and fix it as well.

You can change the breakpoint sizes in the Theme Studio.

Yes, I know I can change them in the theme studio and I have already done that and set them up the way I want.

But what I cannot do is specify that at a certain breakpoint I want my container to switch from being full width to respecting the breakpoint. Which is where the override would come in handy as I don’t want it set to breakpoint for all breakpoints. Only above a certain breakpoint.

For now I have just changed to the BREAKPOINT setting as it does the right thing at the smaller breakpoints. It just seemed odd that it could not be overridden.

Due to a couple of technical issues this isn’t possible right now. The solution would be to use a custom value as @dan suggested above.

Let us know if you need any help setting this up :slight_smile:

Oh, also… If it’s for a content area you want to be consistent across your entire site, don’t forget you can set it up as a global and override the content area — hope that helps!

In the case where I ran into this it actually is a global as it is in the footer for the site. So I will try that even though I have it working with my other solution.