Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #536237

    How do I fix this as I can not seam to do it on my own?

    ) Make header span full page width above menu. I can only get a logo to appear up where logo goes and have tried background image.

    2) I want to remove more padding from the sub menus in the mega menu.

    #536711

    Hi successisus!

    1. Your using the boxed layout so it wouldn’t be possible to have it span the full width of the screen but if you want it to span the full width of the header then you can try this CSS out.

    .logo, .logo * {
        max-width: 100% !important;
        width: 100% !important;
    }

    When you set your logo make sure to use the fullsize options and not a thumbnail size.

    2. It looks like you already have some CSS used for this.

    #top #header .mega_menu_title a {
        font-size: 12px !important;
        line-height: .8em !important;
        min-height: 15px;
    }

    Can you take a screenshot and highlight the exactly how your wanting it to look?

    Regards,
    Elliott

    #537033

    Well I added the Quick css below and it stretched the logo.

    .logo, .logo * {
    max-width: 100% !important;
    width: 100% !important;
    }

    but it stretches the logo out and contorts it and seems like not what I want besides looking terrible.

    I want a header to display and, if in the end there is no logo displayed that is fine. Full width header is what I’m after in the content area or box as you say. Unless i need to let use stretched layout.
    I want to image displayed as a logo to go to the edge of the content. I have Custom Background Image
    Upload a BG image for your Logo Area added there that is larger than the logo but it doesn’t ever even show up.

    So How can we achieve this and what size image do I need to create?

    Also, would you please give me the size of header image needed in:
    1) pixels ie: 1200px x 200px
    and
    2) in inches for same

    after we get the most important part sorted out then we can talk about padding in the mega menu.

    Thank you so much
    This girl appreciates the help

    • This reply was modified 9 years ago by successisus. Reason: spelling error
    #538453

    Hey!

    Go ahead and take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    #539276

    OK managed to get my PC to cooperate with screen shot of header with your settings.

    Where do I upload the screen shot for you?

    #539311

    Hey!

    You can use any image hosting site like imgur or dropbox etc, then post a direct link in your next post.

    Cheers!
    Dake

    #539399

    ok below is the direct link to the header image. Thank you for helping with that.

    I have removed the quick css .logo, .logo * {
    max-width: 100% !important;
    width: 100% !important;
    }

    when i add it, it does what I want…image is displayed all the way across but it is distorted too much to be used like that.

    so I don’t know what to do next.

    What settings would I use, what graphic size does the header need to meet to fit there utilizing that quick css?

    I’m willing to change things around as long as it doesn’t mess up all my content.

    And, thanks ever so much for the help.

    P.S. I still have a background image loaded for header area but it never shows up so does it need removed from the settings?
    Don;t want to cause any conflicts.

    #541181

    Hi!

    Well the only way to get around that is to use a larger image. Also, it looks like you will want to set the image as the header background instead of as the logo.

    Cheers!
    Elliott

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.