Okay
  Public Ticket #993288
move logo from left to right
Closed

Comments

  •  2
    Yedida Sadewa started the conversation

    hello,

    i want to move the logo in home page from left to right,

    i had try move it with align and float in main.css , but not works.

    can you help?

    thanks before :)


  •  840
    Jelly replied

    Hi,

    Please use custom style below:

    header {right: 30px;}
    .left-menu header {right: 100px;}

    Best Regards,
    Jelly Team

  •  2
    Yedida Sadewa replied

    hello sir,

    i had put your script in my css code, and still won't work 

  •  840
    Jelly replied

    Hi,

    Please try again with:

    header {right: 30px !important;}
    .left-menu header {right: 100px !important;}

    If it still not work, I will need your website url to check it because it's work good in my side.

    Best Regards,
    Jelly Team

  •  2
    Yedida Sadewa replied

    still won't work in my side :(

    i have no website url yet sir, 

    i make it at localhost for now, 

    i had attch my script so you can check if something wrong,

    thanks before :)

  •  840
    Jelly replied

    Hi,

    Please try again with new custom style below:

    header {right: 30px !important; left: initial !important;}
    .left-menu header {right: 100px !important; left: initial !important;}

    Best Regards,
    Jelly Team

  •  2
    Yedida Sadewa replied

    wow, it's works now

    thanks you so much sir :)

    you can close this ticket.