• Well I received a ton of help yesterday! Thank you rdellconsulting!

    Today’s desperate appeal for help;

    🙂

    I have a smaller version of my logo. Yesterday, with help from here, I was able to remove my large, centered logo from the subpages.

    Today, I’d like to place my smaller logo to the LEFT of the menu bar (so it would be right-justified, not center like now) on my SUB pages.

    http://www.deniseflahertyfoundation.org/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Can’t see ANY logos on sub pages?

    Thread Starter JohnFlaherty

    (@johnflaherty)

    Right. I have not put it up yet. 🙂

    Once I know how to upload it and align it I will.

    Thread Starter JohnFlaherty

    (@johnflaherty)

    Just having time to get back to this dilemma.

    So any ideas on this one?

    Can see this in your css:

    .page-id-22 .brand, .page-id-25 .brand, .page-id-28 .brand, .page-id-33 .brand, .page-id-35 .brand {
      display: none;
    }

    which is suppressing the logos on other pages.

    Try replacing the display:none with width: 10%; and see where that gets us.

    Thread Starter JohnFlaherty

    (@johnflaherty)

    I think there is some confusion here, and it’s my fault.

    See, a couple of weeks ago, you helped me center the large logo on my HOME page, and code the other pages so the LARGE. CENTERED logo would not show up on the sub pages.

    What I’d like to do now is add a small logo, left justified and in line with the menu-bar, on the SUB-PAGES.

    Did that make sense?

    Adjust as necessary:

    1) Small logo (based on 5% width of the large logo)

    .page-id-22 .brand, .page-id-25 .brand, .page-id-28 .brand, .page-id-33 .brand, .page-id-35 .brand {
      margin-left: 5% !important;
      width: 5%;
    }

    2) Move navbar back to position

    .navbar.notresp.span9 {
      margin-left: -9%;
    }

    Thread Starter JohnFlaherty

    (@johnflaherty)

    Much obliged, as always.

    That worked well with the logo size and position, but it screwed up the menu a bit. I’ll play around with it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Logo to top left of SUB pages…’ is closed to new replies.