Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #633613

    Hey,

    I want small footer not big (you can look here : http://www.noelshack.com/2016-20-1463475271-11.png).

    I want footer just more small only the text not big space under and up to the text.

    Thanks lot,
    Noé

    #633690

    Hey mewmew21,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #633707

    The link is https://Carnegy.fr

    #633714

    Hi!

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

    #footer {
        margin: 0 50px;
    }

    Regards,
    Yigit

    #633728

    Hi,

    Not the other side (lookthe two arrow in the print screen http://www.noelshack.com/2016-20-1463484227-bonne.png)

    Thank you

    #634194

    Hi,

    Try this instead:

    #footer {
        padding: 0px 0 30px 0 !important;
    }

    Best regards,
    Rikard

    #634442

    Hello,

    Not doesn’t work… You can look two arrow in this printscreen : http://www.noelshack.com/2016-20-1463572301-footer.png

    Please help me i’ve already that Quick CSS :

    .av-main-nav #menu-item-3484 ul {
    left: -130px;
    }
    li#menu-item-3407 ul.sub-menu {
    width: 100%;
    }
    .current-menu-item > a > .avia-menu-fx {
    display: none;
    }
    .av-main-nav ul {
    left: -100px;
    }
    #menu-item-3668 .sub-menu {
    left: 0 !important;
    }
    .av-main-nav li:hover .avia-menu-fx, .current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
    opacity: 0;
    }
    .av-main-nav > li.dropdown_ul_available .avia-menu-fx {
    display: none!important;
    }
    #footer {
    padding: 0px 0 30px 0 !important;
    }

    Help Me I don’t understand where come from the problem.

    Best Regards,
    Noé

    #634614

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    If you like to add gap please increase the top and bottom margin for #footer .widget

    
    #footer {
        padding:0!important;
    }
    #footer .widget {
    	margin: 0!important;
    }

    Best regards,
    Vinay

    #635584

    Thank you it’s work fine, then if i wan’t just more big i touch the padding or the margin ?

    Best Regards,
    Noé

    #635746

    Hi Noé,

    Yes, increasing the padding or margin should make it appear larger.

    Best regards,
    Rikard

    #635973

    Then you it’s work very fine :)

    Best Regards,
    Noé

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘About the footer’ is closed to new replies.