WPML aligment

Support Area Forums Umami WPML aligment

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.restaurantmanacor.com
  • Author
    Posts
  • #29155
    Fernando Blanco
    Participant

    Hello Bill,

    I have installed wpml plugin so I need your help here: Could you please give me a CSS to align this wpml widget in the middle of the sidebar.

    Thank you in advance.

    Fernando

    #29157
    Bill Robbins
    Moderator

    Hello Fernando,

    Gérât question. Here’s how I would go about that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .widget #lang_sel ul li,
      .widget #lang_sel ul li ul {
      	width: 100%;
      }
      
      .widget #lang_sel ul li ul li a {
      	display: block;
      	width: 100%;
      }
      
    3. Update your settings.

    If you have any questions or trouble, let me know.

    Have a great weekend,
    Bill

    #29162
    Fernando Blanco
    Participant

    It works!
    Thanks a lot, Bill.

    #29168
    Bill Robbins
    Moderator

    Fantastic 🙂

    Have a great Saturday,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘WPML aligment’ is closed to new replies.