Hi!
I created a page and am using the advanced page builder for it and selected the default template. It looks great. I like how the color sections go all the way across my screen. The only thing I don’t like is how the layout builder is pulling from my width 1130. 1130 looks great on most pages, but for this page I would like it to be about 800 because the text is too wide when it’s set to 1130.
So I’ve managed to create a new template. I’m calling this one default 800. I copied and pasted the template_builder.php code. I’ve got it working and selected it as my template for the page. The only thing is, I don’t know where to change the code to stop pulling from the layout settings and instead use 800 pixels. I thought it would say ‘size’ somewhere, but it doesn’t.
I like how I can choose the width for all the pages in the layout builder area, but wish when I used the advanced builder I could customize the page width or just use the regular blog post width. That’s all I’m trying to do here. I thought creating a new template would work and it seems like it does, but after searching for so long I still can’t see where I can put in a different width.
Any help is very much appreciated.
Sincerely,
Lisa
Hey lginger,
Could you please attach a mockup of what you’re trying to achieve?
Can you show us what you’ve got so far?
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
isn’t it thought a little too complicated? The thing is managed via .responsive .container ( max-width)
why don’t you just adjust it for that page by:
You have to change the page id to yours
.responsive .page-id-1234 .container {
max-width: 800px;
}