Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1170754
    Dutchy8826
    Participant

    Hi there
    I’m using Ethos and would like to shift the logo right of the current position.
    Also, if possible I would like to center align it from mobiles.
    thanks.

    #1170778
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1170793
    Dutchy8826
    Participant
    This reply has been marked as private.
    #1170821
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:979px){
    a.x-brand.img {
        width: 100%;
        text-align: center;
    }
    i.x-icon-bars {
        color: red;
    }
    }

    Hope that helps.

    #1170840
    Dutchy8826
    Participant

    Thanks Christopher
    Did as you suggested with no change occuring.

    #1170859
    Rupok
    Member

    Hi there,

    Thanks for writing back. The above code was for mobile only and I don’t see this on your site. Som yabe you removed this or didn’t add properly. Make sure it was added correctly under Custom > CSS in the Customizer and other codes are closed properly.

    For desktop; if you want to move it to right then you can add this as well :

    .x-brand.img {
      margin-left: 200px;
    }

    Let’s change the value if needed.

    Cheers!

    #1170881
    Dutchy8826
    Participant

    Thanks Rupok. Works perfectly.
    I will also add the other code for mobile.

    #1170887
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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