Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #738892

    Hi,

    See private link

    How can change the whitespace between the links ? In the footer menu

    • This topic was modified 7 years, 9 months ago by BPC.
    #738899

    Hey BPC,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .widget_nav_menu a {
        padding: 4px 0px 0px 0;
    }
    

    Best regards,
    Yigit

    #738905

    Hi thanks,

    Sorry but i dont see the difference

    the space above the title’s are to high
    and the space between the links is to much

    #738906

    Hi!

    I can see the changes being applied on your page. If you would like to decrease the spacing even more, please change the code to following one

    .widget_nav_menu a {
        padding: 0;
    }

    Best regards,
    Yigit

    #738909

    thanks but still al lot of space between the line above and the heading text

    #738910

    and how to change the title of the heading to non-capital ?

    #738915

    Hi!

    Please add following code to Quick CSS as well

    #footer .widgettitle {
        text-transform: none;
    }
    #footer .widget {
        margin: 10px 0 10px 0;
    }

    Regards,
    Yigit

    #738918

    thanks, the text-transform is ok, but the white space is still way to much but i wil try to fix this.

    #738922

    Hey!

    To decrease the spacing even further, please add following code to Quick CSS as well

    #footer { padding: 0; }

    Best regards,
    Yigit

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