Side Menu appearing on the left

Discussion in 'RoadFighter WordPress Theme' started by satinfeather99, Dec 17, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Hi My Side Menu now appears on the left instead of the right when I make a new page. How do I get my side menu to appear on the right. I am using the default template. Thanks!

    http://buff.ly/1cNkmTT
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu ul.ddsmoothmenu {
    text-align: right;
    }
    #menu .ddsmoothmenu li {
    float: none;
    }
    #menu li a {
    float: none;
    display: inline-block;
    }
    This will solve your issue.
     

Share This Page