• shaunshaun

    (@shaunshaun)


    There’s unused space on both sides of my top menu, which results in the menu taking up three lines. I’d like to reduce that to two. Is there a way to widen the menu to fill in unused space?

    Also is there a way to narrow my main image and then put videos or text to the right of it? I’m trying to get more content up above the fold so people don’t have to scroll down.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • karlalevelup

    (@karlalevelup)

    Hello,

    I can see on your website that you are not using a logo image. Is this really the case? If so, what you could do to widen the area of your menu is to add custom CSS code in Theme Options > Advanced Settings > Custom CSS:

    header .kad-header-left {
        display: none;
    }
    header .kad-header-right {
        width: 100%;
    }

    Hope this helps.

    Regards,
    Karla

    Thread Starter shaunshaun

    (@shaunshaun)

    Thanks Karla. I see, you’re right. The logo specs didn’t suit me so instead of having no logo and having the website name take up space I created a 1 pixel logo. The image I have at the top of the website (me onstage) is just an image I uploaded. So I guess if I want to shrink that I’ll put it in a table and put other stuff next to it.

    Ah, the pleasures of making websites for my business…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widen top menu to fill the screen?’ is closed to new replies.