Hi,
I have a 100% full-width site, but a want to adjust the width of 1 color section to 90%.
I tried to use this code
#wesaca90 .container { width: 90%; }
and added the “wesaca90” to the custom css code for the element color section.
No luck…
Can you help me out?
THX Freek
Hey Freek,
I tried to search for wesaca90 by viewing the source bout can’t find it. Can you post a screenshot instead?
Best regards,
Nikko
Hey Nikko,
Now you must find the source. My mistake.
THX Freek
Hi,
I could only find one instance of that on your page and that was a class on the Color Section called Bio, maybe you could try this instead?
#bio .container {
width: 90% !important;
}
Best regards,
Rikard
Case closed! I managed to get the wanted result another way.
THX Freek