Top Menu Header Align Right

Discussion in 'Cloriato WordPress Theme' started by debi rah, Sep 10, 2014.

  1. debi rah

    debi rah New Member

    Joined:
    Jul 19, 2014
    Messages:
    2
    Likes Received:
    0
    Hello,

    I would like to make the top menu header to align right, rather than left as it currently is, can you help?

    thanks!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following css code in Custom CSS to fix this problem.
    Code:
    #menu .ddsmoothmenu li {
    float: right;
    margin-right: 0;
    margin-left: 20px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page