• Resolved vanuden

    (@vanuden)


    Hi There,

    I have 2 questions.

    I put an extra CSS for a .7 transparent BG in the main and in the sidebar.
    But the two aren’t on the same height. Do I need to fix the padding or spacing or…??

    The footer is very large in size, is it possible to make it smaller?

    Hope someone can help me!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello vanuden,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    #primary-sidebar {
      margin-top: 115px; 
    }
    
    #site-footer #footer-overlay {
      padding: 30px 0;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter vanuden

    (@vanuden)

    Yes that’s what I wanted. Thnx!!!!
    You’re the best ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘padding sidebar or main??’ is closed to new replies.