Custom Header and Menu CSS help

  • Unknown's avatar

    Hello!
    I am currently using the Forever theme and am wondering if somebody can help me create a snippet to make my menu bar be 100% width so that It can fit the page 100% on width. Also I would like to have my header image have the edges identical to the one I have on my menu bar. Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hey. Try the following snippet and post back if there’s anything wrong with the result. :)

    #masthead {
    width: 100%;
    margin-left: 0;
    }
    
    #page, #access {
    border: 0;
    }

    Also I would like to have my header image have the edges identical to the one I have on my menu bar.

    Try the following snippet:

    #masthead img {
    border: 2px solid #0a3143;
    border-radius: 5px;
    padding: 0;
    }

  • Unknown's avatar

    It worked perfectly! Thanks
    Also will you make a snippet to make the text to be regular and not italic when I try to put a caption to a picture. Thanks I would appreciate it. You are always so helpful and precise :)

  • Unknown's avatar

    Could you point out where the italic caption text appears on your site?

  • Unknown's avatar

    If you click on my latest post! Below the picture there’s a caption text. The text is in italic lettering and want it to be regular text for every caption text I upload on a pic. Thanks

  • Unknown's avatar

    Ok, the snippet you need is:

    .wp-caption-text {
    font-style: normal;
    }

    Glad you’re making good use of the custom CSS plugin. :)

  • Unknown's avatar

    It worked perfectly! now the only thing am missing is the social network icons to be on the right side just above the header and aligned to the right side of the header. The code you provided me with seems to be on the other side and not precisely on the right top of the header.

    Thank you very much, you have help me transform my blog and am so happy with the results. You are a rock star.

  • Unknown's avatar

    It worked perfectly! now the only thing am missing is the social network icons to be on the right side just above the header and aligned to the right side of the header. The code you provided me with seems to be on the other side and not precisely on the right top of the header.

    Thank you very much, you have help me transform my blog and am so happy with the results. You are a rock star.

  • Unknown's avatar

    Please post CSS questions in the CSS forum, not the Support forum.

  • The topic ‘Custom Header and Menu CSS help’ is closed to new replies.