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

    Hi
    I am trying to reduce the padding above and below the image on this page:
    http://certcom.com.au/

    I thought that this would fix it, but it doesn’t seem to change anything.

    .content, .sidebar {
    padding-top: 5px;
    padding-bottom: 5px;
    -moz-box-sizing: content-box;
    min-height: 1px;
    z-index: 1;
    }

    Any help would be appreciated.

    Thanks

    #217539

    Hey Justin!

    Please add following code to Quick CSS in Enfold theme options under styling tab

    .page-id-2 .content {
    padding-top: 5px;
    padding-bottom: 5px; }

    Regards,
    Yigit

    #218518

    Thanks Yigit

    Unfortunately the code did not work.

    Regards

    #218588

    Hi!

    Please try this one:

    .page-id-421 .content {
    padding: 5px 0 5px 0 !important;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Padding space’ is closed to new replies.