Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1373233
    Akhil
    Participant

    Morning guys and girls,

    I was wondering if someone could help me with positioning my tagline to the right of my logo.

    I have tried positioning it below the logo but then it just looks a bit large, and it also moves the menu bar down to not being in line with the logo.

    Thanks

    #1373234
    Akhil
    Participant
    This reply has been marked as private.
    #1373318
    Paul R
    Moderator

    Hi,

    Upon checking, I can see it’s already on the right of your logo.

    https://www.screencast.com/t/fx07DQI45m

    Glad you were able to figure it out.

    Have a nice day! 🙂

    #1373336
    Akhil
    Participant

    Thanks!

    Quick one, how do I make the tagline appear below the logo on mobile only?

    Thanks,
    Akhil

    #1373592
    Rupok
    Member

    Hi there,

    Thanks for writing back! You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 480px) {
    .x-navbar .tagline {
    	position: relative;
    	top: 0px;
    	left: 8px;
    }
    }

    Hope this helps.

    Cheers!

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