scaffeinate / socify

:rocket: Socify is an open source social networking platform written in Ruby on Rails
http://socifyapp.herokuapp.com
GNU General Public License v2.0
375 stars 210 forks source link

Change Menu Options #46

Closed ghost closed 7 years ago

ghost commented 7 years ago

When logged in, how can i move the newsfeed and other links to the left side under avatar icon vs being on the right? Also how can I make a drop down menu or add more options to nav bar?

scaffeinate commented 7 years ago

@jrenna100 You would need to fix the layout in order to bring the left links onto to the right. Checkout the the layout in this https://github.com/scaffeinate/socify/blob/master/app/views/home/index.html.erb. Refer bootstrap grid to see how the layout works: http://getbootstrap.com/css/#grid

Also for the navbar you can add items in the _navbar.html.erb partial under views/shared. https://github.com/scaffeinate/socify/blob/master/app/views/shared/_navbar.html.erb

ghost commented 7 years ago

gotcha check email