• Resolved franciscolevra

    (@franciscolevra)


    Hello!

    I’m trying to adjust the padding of the main content in my site.
    I want only the top portion (the white space between the background image and the dashed menu line) to be gone. In the sides and bottom spaces I don’t want to change anything.

    I tried editing the ‘.site’ class. I can change the content background color, but the padding/margin options don’t change at all. Can someone help me?

    My site: https://eurocaps.com.br/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this:
    in the extra-css-part within your theme editor.
    Not in the original css-file because you will lose it when the theme gets updated)

    ul#primary-menu.menu.nav-menu {
    margin-top: -75px;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    change number 75 if necessary

    • This reply was modified 7 years, 5 months ago by bdbrown.
    Thread Starter franciscolevra

    (@franciscolevra)

    Thank you very much!

    That solution worked as I wanted.

    Hi Franciscolevra

    That is wonderful, I am glad.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjust inner padding in contet area’ is closed to new replies.