[Support request] Non GP specific CSS request

Home Forums Support [Support request] Non GP specific CSS request

Home Forums Support Non GP specific CSS request

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

    Hello,
    I’m trying to align columns to have the same margins (0px). It’s fine on a smaller screen, but on a medium I get something like this:
    IMAGE

    My gutenberg blocks looks like that:
    IMAGE

    My CSS for these columns is:

    .wp-block-columns {
    	margin: 20px 0 20px 0;
    	display: block;
    	font-size: 15px;
    }
    
    .wp-block-column {
        margin: 20px 0 20px 0;
    }

    Removing display: block; solves the problem but then columns break much later (on smaller screens), which is not ideal.

    #1146300
    Leo
    Staff
    Customer Support

    Hi there,

    Sorry not quite sure what you are trying to achieve here.

    The second image requires permission to view so I can’t actually see it.

    Can you explain a bit more about what you are trying to do?

    #1147624
    Krystian

    Hi,
    thanks for an answer I will explain it later 🙂 .

    #1148397
    Leo
    Staff
    Customer Support

    Sounds good.

    Please make sure the question is indeed related to GP though as it’s one of our forum rules.

    Thanks!

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