Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Link please?

    Also those types of adjustments are usually CSS issues. If you install a tool such as Firebug it may help you identify what needs to be changed in your style sheet.

    Thread Starter jayney54

    (@jayney54)

    https://www.emanatehealth.com/home-2/ The homepage is not working because I deleted a page that was being used for “home” and can’t make a new one because it always changes it to “home-2”

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    First off, create a child theme. If you modify the Lukoo theme you’ll lose your changes when it gets updated.

    Also creating a child theme is easy and you’ll learn something new. ??

    I looked at that logo with Firebug and it looks like the CSS that controls the position of that logo is this:

    #custom_header_logo {
        position: absolute;
        top: 30px;
        left: 0px;
        max-width: 350px;
        max-height: 125px;
    }

    See the top: 30px; line? That controls how far from the top the logo is. In your child theme’s style.css file make the adjustment to the top: to move that down some more.

    Thread Starter jayney54

    (@jayney54)

    Thanks so much for such a quick reply! Unfortunately, I did already try changing that before asking here, and it does not change anything. I thought that was strange…

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Try disabling CSS minification in W3TC and clear your cache. You may be seeing an old version of your CSS.

    Thread Starter jayney54

    (@jayney54)

    Already emptied the cache a bunch of times. Just tried disabling minify and it’s still not moving. This is when I decide to move to a new theme…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: LuKoo] How to move custom header?’ is closed to new replies.