diff --git a/app/views/shared/_right_sections.html.haml b/app/views/shared/_right_sections.html.haml
index 2aec6a526..8d71b528d 100644
--- a/app/views/shared/_right_sections.html.haml
+++ b/app/views/shared/_right_sections.html.haml
@@ -22,15 +22,6 @@
= t('aspects.index.cubbies.explanation')
= link_to t('aspects.index.cubbies.learn_more'), token_path
-- if @stream.has_featured_users?
- .section
- .title.no_icon
- %h5
- =t('aspects.index.community_members')
- .content#featured_users
- = render 'featured_users/user', :person => @stream.random_featured_user
- = link_to t('aspects.index.see_more_from_us'), featured_path, :id => 'view_all_contacts_link'
-
.section
.title
= image_tag('/images/icons/question.png')
@@ -78,6 +69,15 @@
.content
!= t('bookmarklet.explanation', :link => link_to(t('bookmarklet.explanation_link_text'), bookmarklet))
+- if @stream.has_featured_users?
+ .section
+ .title.no_icon
+ %h5
+ =t('aspects.index.community_members')
+ .content#featured_users
+ = render 'featured_users/user', :person => @stream.random_featured_user
+ = link_to t('aspects.index.see_more_from_us'), featured_path, :id => 'view_all_contacts_link'
+
- unless AppConfig[:paypal_hosted_button_id].blank?
.section
.title