• Resolved iShervin

    (@ishervin)


    Hi
    I am using PIXEL theme, I have manage to change the RSS ICON to what I like, but I can not move it to the right section of the bar:

    https://www.islifeforreal.com

    all I want is that RSS ICON to go to the right… Can anyone help? thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    It’s already located to the right!

    -try clearing cache in your browser before viewing the updated page? To clear cache in your browser, press clrl+f5 keys simultaneously. Try different computer; different browser.

    Thread Starter iShervin

    (@ishervin)

    hey thanks, done that.
    I can see is located on the right but is not to the end, I guess is not possible to allocated it right to the end.

    thanks anwyays

    Moderator t-p

    (@t-p)

    I guess is not possible to allocated it right to the end

    If you mean locate it further right to the edge of the sidebar, look for this CSS elemnet in your them’s style CSS:

    a img {

    and add this css property to this CSS element:

    float:right;

    check for any side-effect of this change.

    Thread Starter iShervin

    (@ishervin)

    WELL DONE ??
    thanks to you

    #toprss {
    float: right;
    margin: 10px 1px 0 0;
    display: inline;
    width: 40px;
    line-height: 41px;
    }

    I had to change the PX to 10px 1px o it seats in the middle of the bar
    then ned with to 40px so that box will be thiner before the changes width was 65px that’s why there was a gap on the right.. now seats exactly where it should be

    islifeforreal.com

    Moderator t-p

    (@t-p)

    Glad you got it working. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to move the RSS feed icon?’ is closed to new replies.