• Hi,

    Can someone please help with this. How do i get my content to have some padding between the container and the content? I don’t want it so tight up against the container.

    I have a element box for the layout, but that only changes the width of the entire container box.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @alan2911,

    Container Paddings is a GP Premium feature.

    For the free theme, you’ll need custom CSS. Try adding this through Appearance > Customize > Additional CSS:

    main#main > .post .inside-article {
        padding: 20px 20px 20px 20px;
    }
    Thread Starter alan2911

    (@alan2911)

    Thanks Fernado, Thant worked, but only partially. On mobile it is still pressed up against the edges. Does the CSS have to be adjusted for all devices ?

    Hi there,

    have you tried clearing your browser caches, as i am not seeing the issue on mobile on the URL you provided.

    Thread Starter alan2911

    (@alan2911)

    Hi David, sorry for the late reply.

    its all good now, thanks.

    Glad to hear that

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Inner Content padding’ is closed to new replies.