Okay
  Public Ticket #455491
Extending the logo beyond its div.
Closed

Comments

  • Carlos started the conversation

    I would like to extend the logo vertically beyond its div container box, sort of bleeding into the next one floating. is this possible? how?


    Two files are attached, the rectangular black and white logo is what it is now, the logo with the pencil is a mock up of what I want it to be.

  •  8,851
    Tahir replied

    Can you provide the page url so i can write up custom css.

    Thanks


    ThemeNectar Support Team 

  • Carlos replied

    It all runs on my machine locally right now, the screenshots I sent you along with this are mere comps made in Photoshop.

  •  8,851
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    header#top #logo img {
        position: fixed;
        height: 126px !important;
        top: 0px !important;
        left: 30px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Carlos replied

    Thank you so much. I will try that.