Home Forums Pro Themes Education Hub Pro mode logo to the right

Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12268
    iacovoni
    Participant

    is there some code to move the logo to the right without breaking layout on small screens? Thanks

    #12270
    iacovoni
    Participant

    Justo to clarify… I would like to move the logo slightly to the right… just some pixels… alignment should stay on the left. Hope it’s clearer now.

    Thanks for the excellent customer service

    #12286
    wensolutions
    Keymaster

    It would be better if you could share your site URL so that you can provide you with the exact solution.

    However, here is what you can try by pasting the following custom CSS in your child theme’s style.css

    .custom-logo-link img {
        margin-left: 20px;
    }

    Adjust the numeric value according to your need to push your logo right from current position.

    Hope this helps you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.