• hello,

    i want to change the height of the footer menu line and the height of the line above with the social widget in bento. can you please tell me how to do that?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hello @schwankit, thanks for choosing Bento!
    You can achieve this by changing the top/bottom padding of the corresponding CSS elements (adding the below code to “Additional CSS” tab of the “Appearance -> Customize” admin section):

    .sidebar-footer { padding: 40px 0 !important; }
    .footer-copyright, .footer-menu { padding: 20px 0 !important; }

    You can play around with the px values to find the heights that suit your needs.

    Thread Starter schwankit

    (@schwankit)

    Thank you very much! That worked perfekt!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change height of footer menu and footer social widget’ is closed to new replies.