Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #749385

    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?

    #749753

    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

    #749827

    arghhh awesome thanks so much!! You guys are amazing!

    #750256

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.