Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #209459

    Hi guys.

    Thank you for making this wonderfull theme :-) I have just a few minor problems regarding this site:

    http://jsa-sikring.apartebuild.dk/

    description

    I would like to make the spacing smaller in 2 of the marked areas (horizontal ones) and i would also like to have some padding on the left side of the text in the footer

    Would you be kind to provide some code ?

    I have already copy/pasted some code (found here in the forum) into the quick css field to remove spacing in top/bottom of the page perhaps some of it is redundant and/or confusing. Please have a look:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    body .column-top-margin {
    margin-top: 10px;
    }

    .content, .sidebar {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    }
    body .column-top-margin {
    margin-top: 10px!important;
    }

    .content, .sidebar {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    }

    body .column-top-margin {
    margin-top: 10px!important;
    }

    .av_promobox {
    padding: 20px 30px;
    margin: 70px 0;
    }

    #top .boxed {
    padding: 10px 0;
    }

    #top .fullwidth .entry {
    padding: 10px 40px;
    }

    #wrapper_main {
    padding-bottom: 10px;
    }

    #top #footer_inside {
    padding: 5px 15px 5px 15px;
    }

    .boxed #wrapper_footer_bottom {
    margin-bottom: 0;
    }

    #footer {
    padding-bottom: 10px !important;
    }

    Thank you so much for your help
    Kind regards
    Claus.

    #209478

    Hi aparteDenmark!

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

    #footer div .first { margin-left: 15px; }
    #footer { padding: 0px 0 30px 0; }
    .avia-slideshow { margin: 30px 0; }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Spacing/padding’ is closed to new replies.