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.

Margin Issue

  • I am using affiliatables plugins and I am unable to add margins on the left, right, and bottom section.

    View post on imgur.com

    Can you please help me fix this?

  • Hi there,

    where can i see them on the site ?

  • Sorry I forgot to mention the correct link.

  • Its inside a container with this CSS class: .cg-box-layout-four

    Do you know where that comes from ?

    As you could use it to change the padding eg

    .cg-box-layout-four {
        padding: 40px !important;
    }
  • I apologize; I am not much of a techie. I am currently using the affiliatables plugin.

    Will the above code apply on both desktop and mobile? Because I need it only on the phone.

    Thank You.

  • For mobile only try this:

    @media(max-width: 768px) {
    	.cg-box-layout-four {
    		padding: 40px !important;
    	}
    }
  • Thank You David.

    I really appreciate the support.

    I didn’t expect much help for a third-party plugin, but your reply really shows GeneratePress’s commitment to helping customers.

    I really appreciate it.

  • You’re welcome

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