How to change column widths?
I am using the artificer template with a 3 column layout with menu on left and the widths are spaced evenly. How can I make the left aside div a smaller % than 33.3333%? I'm trying to set a custom width of each column for every page the same. I tried this in the custom styles are but doesn't seem to be working.
-
-
- · Blithers
-
·
In reply to PavelS
- ·
Thanks for the help but that didn't work. I think I figured it out though.
-
-
·
LeonidS
-
·
In reply to Blithers
- ·
Hello @Blithers !
As Artificer uses the Tailwind now you need to operate with the follwing CSS classes:
.md\:w-1\/3
and
.lg\:w-1\/2
-
·
LeonidS
-
- · Blithers
-
·
In reply to LeonidS
- ·
Thank you @LeonidS. That is what I found using. I thought it looked so weird but when I tried that it worked. 😀