Footer - aling right

Discussion in 'ColorWay WordPress Theme' started by trasgu, Dec 7, 2012.

Thread Status:
Not open for further replies.
  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Ref.: http://forumfairtradeindonesia.org/

    Hi,
    I have a bit of difficulty when it comes to aling right the English flag at the footer box. Here's the code I'm using (img class="size-full wp-image-4151 alignright"...) in Theme Options / Footer Settings, can you please help me to force the flag to the right so it looks much nicer that having it floating in the middle .

    Thank you so much, wish you a good weekend !!
    __/\__ namaste
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-navi .navigation .right-navi img {
    float: right;
    }
    
    This will solve your issue.
     
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Thx for the tip Gourav but the image is fighting back the code and does not want to move right... such a stubborn flag!!!
    See the footer now after adding the CSS custom you provided me: http://forumfairtradeindonesia.org/

    Here the line that I wrote in the Theme Options / Footer Settings:
    Any further idea to educate that English flag to sit to the right???
    Thx tons,
    Regards,
    Jose
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-navi .navigation .right-navi img {
    margin-left: 5px;
    float: right!important;
    }
     
  5. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Brilliant tip Nitesh, now works just perfect and the flag appears at the right side.... funny the detail in code: !important :)
    Thx and have a great week !!
    J.
     
Thread Status:
Not open for further replies.

Share This Page