• Resolved jsrougier

    (@jsrougier)


    Hello

    I try to add 20px under the cell called “RIGHT” in the back office without success.
    Nothing changes : the logo is still close to the right border of my window.
    Could you please help me to fix this ?
    the url to see the issue : https://inspirience.fr

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alex Volkov

    (@vol4ikman)

    You can not use right property when sidebar located in the right side.
    So, You can fix it with a simple css:
    example:
    body #wp_access_helper_container button.aicon_link {left: -60px;}

    Thread Starter jsrougier

    (@jsrougier)

    Thanks lot Alex

    That is exactly what I was looking for.
    I tested your css code with sucess !

    Again thanks for the great support for a great plugin !

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

The topic ‘custom logo position : right position does not work’ is closed to new replies.