• Hello,

    The GRAPHENE template has the RSS feed icon on the “top bar” header (an empty grey space with just that tiny icon on the left). Has anyone been able to move this RSS link and placed it on the Navigation Bar to the extreme right by the Search Box? Please let me know how to do this.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can try simply changing float left to float right, then make your adjustments based on the that result. (check it in more than one browser).

    #rss a {
    background: url(“images/sprite_master.png”) no-repeat scroll left top transparent;
    float: left;
    height: 29px;
    margin: 13px 0 0 23px;
    width: 29px;
    }

    Thread Starter GegeO

    (@gegeo)

    Thank you Clayton for answering,

    However, I did not only wanted to move it to the RSS button to the right but specifically to move it to the right to accompany the “search box” in the Navigation Bar. That is, to be before the search box, standing by each other, having the RSS icon first buy almost touching with the white search box. Check my website: https://moviereviewingfan.com/
    Let me know if have any solutions. ??

    Thanks for the effort! ??

    Has anyone been able to move this RSS link and placed it on the Navigation Bar to the extreme right by the Search Box

    My first suggestion did exactly that in the default theme.

    However, I did not only wanted to move it to the RSS button to the right but…

    I guess it’s all in the details you supply. You should see what I charge per hour for “psychic services”! ??

    You might still try changing it to float right, and simply adjust the right margin to place it in front of the search box instead of behind. It didn’t see the icon on your site any more, so I can’t even take a guess at the margin values for you. Good luck with it. Nice looking site!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘GRAPHENE TEMPLATE: HOW TO MOVE THE RSS ICON FROM TOP BAR HEADER ?’ is closed to new replies.