• ctl

    (@ctlprogrammer)


    Hi,

    I realy like the theme. The only thing that is bothering me is the header. Look at the header on my website:
    https://decomputer.be/

    How do i get rid of all the waisted black space? I tried editing the header but there is so many code in the header that i don’t need. I am afraid that i will break the theme. Any simple solution for this?

Viewing 1 replies (of 1 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    #branding,
    #social-area {
        height: auto;
    }

    By the way, I changed your link back to its full URL. Please don’t post things that you’re not okay with being public.

Viewing 1 replies (of 1 total)
  • The topic ‘header to big’ is closed to new replies.