Shape 5

Joomla Templates => Game World - Club => : wycowboy December 14, 2016, 09:13:49 AM



: Logo Text Alignment
: wycowboy December 14, 2016, 09:13:49 AM
I want to move the main menu text to right alignment - currently it is left align but due to my logo size, I must realign to the right side.

I have tried this but it does not work.

.s5_wrap_fmfullwidth #s5_menu_inner {
float:none !important;
text-align:right !important;
}

.s5_wrap_fmfullwidth #s5_nav li {
float:none !important;
display:inline-block !important;
}

any suggestions would be appreciated


: Re: Logo Text Alignment
: wycowboy December 14, 2016, 09:22:27 AM
here is image of what I want to do...


: Re: Logo Text Alignment
: mikek December 15, 2016, 08:25:11 AM
Hello,

Please post a url.


: Re: Logo Text Alignment
: wycowboy December 15, 2016, 08:49:31 AM
I sent pm with url and login credentials


: Re: Logo Text Alignment
: mikek December 15, 2016, 12:56:02 PM
Hello,

If you just want to put the menu on the right you would need this in custom.css:

#s5_menu_inner {
float:right;
}

#fontControls {
float:left;
margin-right:0px;
margin-left:26px;
}


That will change the position. If you need any more customizations for the look that will require custom programming.