Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Align footer column right

  • Hello,

    I’m trying to align the third column in my footer element to the right. I’ve added a screen recording for reference. Could you help me achieve this?

  • Hi there,

    The Grid column does not have spacing settings, you need to use custom CSS or use a Container block with flexbox structure instead of the Grid block.

  • Thank you for your reply. I’ve used custom CSS to achieve this:

    @media (min-width: 1025px) {
    	.gb-grid-column-5ab3db75 {
    		margin-left: auto;
    	}
    }
  • You are welcome   🙂

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