My old site had tables (1 row, 2 columns) that were centered on the page and took up about 70% of the page width. What's the best way to recreate something similar using Layout Builder Magic? How to get the columns created by layout builder magic to span only 70% of the page width? Thanks
Using LBM to replace a simple table?
(3 posts) (2 voices)-
Posted 5 years ago
-
Hello, There.
You could try something like below, I used a max-1800 layout.
Insert a max-1800 LBM, two columns, something like left:30 right:70.
Then either with an internal or external CSS entry add the following:
.max-1800 {
max-width: 70%;
}This should override the fixed max-1800 setting with the max-1800 percentage and center on page. At least it did for me.
HTH Leonard
Posted 5 years ago -
Thanks, that worked for me as well.
Posted 5 years ago
Reply
You must log in to post.