Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • spelabuda Friend
    #208200

    Hey,

    can please someone advise if i can make logo appear over the menu like in the below screenshot?

    thank you!!


    1. Screen-Shot-2015-07-03-at-11.23.30
    2. logo-float
    jooservices Friend
    #576271

    Hi there
    Please try this one

    .t3-mainnav {
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 0;
    padding-left: 100px;
    }

    Thank you,
    Viet Vu

    spelabuda Friend
    #576276

    thanks so much for your help, but i need the logo to STICK OUT of the main menu bar.

    please see below:


    1. logo-stickout
    2. Screen-Shot-2015-07-03-at-11.52.38
    jooservices Friend
    #576279

    Hi there
    You can’t stick with topbar because it’s located in different div
    But you can stick with below div.
    Try with this one

    .t3-header {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #25282a
    color: #ffffff
    position: relative;
    z-index: 99;
    height: 110px;
    }

    Thank you,
    Viet Vu

    spelabuda Friend
    #576284

    Hmm, yes this does stick it out, but its not what I’d like to have. I’m sure the client won’t be satisfied with that. How about if i somehow float the logo absolutely? would that break the template?

    thanks so much for your quick responses, you rock!! 🙂

    jooservices Friend
    #576285

    Hi there
    You can use absolute position but i’m sure it’s good idea.
    Try with this one

    .logo-image.logo-control {
    position: absolute;
    top: -20px;
    /* z-index: 100; */
    }

    ( Change top: xxx as your needed )

    and

    .t3-topbar {
    background-color: #fff
    height: 36px;
    line-height: 36px;
    color: #333
    position: relative;
    z-index: 99;
    }

    Thank you,
    Viet Vu

    spelabuda Friend
    #576294

    thank you soo much!!:):):):)

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  spelabuda 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum