Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23741

    1. center the logo (is the logo class “.logo, .logo a “) ?

    1.b change location and change image for phone and tablet media queries – I want to use a small version of the logo for small screens, also need to adjust placement, the large logo doesnt fit well with the menu button in tablet/phone

    2. alter background (want to add gradient) – what is the header background class (isolated)

    #120978

    Hi MikehJPP,

    Which header layout are you wanting to center the logo on? If you can link to your site directly that will help give specific css.

    For the logo switch, you could use media queries to hide the logo and then add a background image for the new logo but it isn’t as simple as a single media query for each.

    The easier solution would be to add your own new div in the header.php with a logo and class that you hide with a media query for above mobile and then show when below.

    Both of which would need to be done by a freelance developer as its a bit beyond what we can cover via support.

    For the header background,

    #header_main {
    background: url('http://yoursite.com/yourimage.png');
    }

    With some adjustment for the repeat you want.

    Regards,

    Devin

    #120979

    Great! I missed this response. Thank you for your help and advice!

    I am not a developer but I can read “how to” websites VERY well! And, I have the luxury of time.

    :)

    #120980

    Glad we could help :)

    Let us know if you have any other questions or issues.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘2 requests regarding navigation header’ is closed to new replies.