Hello Support,
Im struggling to get my 4 X 25% columns full width. The images are very big (612px wide) X 4 of them, but it is still in a block like it is almost in boxed view? – I tried everything – and worked through the topics listed.. My row Settings are set to no space between columns..
It is the second time Im struggling with this so I’m obviously doing something wrong? Please let me know?
Hey AmberjadeRochi,
It’s because they are in a container, you could try a Grid Row element instead or use this CSS in Quick CSS:
#quarter .container {
max-width: 100% !important;
padding: 0 !important;
}
Best regards,
Rikard
arghhh awesome thanks so much!! You guys are amazing!