Logo in the right side

  • Author
    Posts
  • #29298
    Cifci

    Hi,
    I want to bring the logo in the right side. It is auto set in left. How can I put the logo to the right side?
    Thank you very much.

    #30582
    Rowerdoc

    Hi Cifci

    Go to Nirvana Settings -> Miscellaneous Settings -> Custom CSS
    Add the following code:
    /* Nirvana Custom CSS */
    a#logo {
    position:fixed;
    right:20%;
    }
    Of course you can change the percentage to px, but it won’t look as good in a responsive environment.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Logo in the right side’ is closed to new replies.