Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1308926
    jsjmccracken
    Participant

    Hello,

    I’m trying to put my logo above the navbar in the top left corner. Ican’t figure that part out.

    I’m fine if the wording “German Shorthaired Pointers for Family and Feathers” has to be put on two or three lines to the right of the logo. Any help would be appreciated!

    Here’s my website: http://www.tablerockkennels.com/

    Thank you!

    Jacob McCracken

    #1308937
    Nabeel A
    Moderator

    Hey Jacob,

    Thanks for writing in! Please add the following code in your Topbar content:

    <a href="http://www.tablerockkennels.com/" class="x-brand img" title="Providing First Class Flights Since 2001">
      <img src="//www.tablerockkennels.com/wp-content/uploads/2016/04/TRKlogo21-2-e1461861420784.png" alt="Providing First Class Flights Since 2001">
    </a>

    Let us know how this goes!

    #1308965
    jsjmccracken
    Participant

    It worked! Thank you!

    How do I move the wording “German Shorthaired Pointers for Family and Feathers” down so that it’s centered with the logo?

    #1309043
    Friech
    Moderator

    Hi There,

    Please wrap the quote with <span> tag so we can move it separately from the logo.

    <span class="ptl">"German Shorthaired Pointers for Family and Feathers"</span>

    Thanks.

    #1309082
    jsjmccracken
    Participant

    Done.

    #1309402
    Prasant Rai
    Moderator

    You’re welcome! We are just glad we were able to help you out.

    #1309547
    jsjmccracken
    Participant

    Sorry, I didn’t mean the issue is done, just that I;m done adding the span tag as mentioned.

    I added in my custom CSS:

    .ptl {
    margin-top: 100px;
    }

    but it didn’t move the wording. I also tried 1000px and still nothing happened.

    I’m not sure how to move it still?

    #1309650
    Friech
    Moderator

    Hi There,

    Well this is complicated than it looks, please remove the custom CSS you applied on the .x-topbar .p-info, and apply it directly to the span.

    @media (min-width:  980px) {
    	span#slogan {
    	font-size: 100%;
        font-family: Vijaya, Tempus Sans ITC, Papyrus, Bradley Hand ITC;
    	position: absolute;
        width: 50%;
        right: 0;
        top: 20%;
        text-align: center;
        background: none;
        background: -webkit-linear-gradient(top right, #d9ac35, #864f16);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    	}
    }

    Remove the 100px margin, and the class ptl.

    Hope it helps, Cheers!

    #1310533
    jsjmccracken
    Participant

    This did it 🙂 Thank you!

    #1310655
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1308926 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>