Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Social Network Button on menu bar
#9
(2013-02-27, 08:06:51)ShaneTFletcher Wrote: How can I align this to the right of the menu?

Add a new class to the CSS like:

Code:
.right {
    position:absolute;
    right:0;
}

Add the class to the tag:

Code:
<li class="right">
    <a href="http://www.socialnetwork.com/my-account"><img src="http://www.mydomain.com/socialnetwork-logo.jpg"></a>
</li>

Perhaps you have also to define the position and width of the menu bar.
Reply


Messages In This Thread
RE: Social Network Button on menu bar - by Psychosopher - 2013-02-27, 09:05:06
RE: Social Network Button on menu bar - by Timbow - 2013-02-27, 08:27:08



Users browsing this thread: 1 Guest(s)