Mobile aside menu

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Dec 12, 2013 5:08 pm
Reply with quote
Report this post
Can you please tell me how to change the image (color) and positioning of the aside menu that appears on mobile? I don't see the image or code in any of the css files. Thanks.
User avatar
Senior Boarder

GK User
Thu Dec 12, 2013 10:18 pm
Reply with quote
Report this post
Hi.
Because this not a typical icon, we used Font Awesome.
If you want to have white color, use this:

Code: Select all
#gkMobileMenu > i { color: #FFFFFF; }


Here: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Fri Dec 13, 2013 12:58 am
Reply with quote
Report this post
Thanks, the code worked great for the color. How can I reposition it? I want to move it down. Since it is a font, I tried different line heights, but no luck.
User avatar
Senior Boarder

GK User
Sun Dec 15, 2013 11:35 pm
Reply with quote
Report this post
Not "line heights" but use font-size as always you use for fonts.
User avatar
Platinum Boarder

GK User
Wed Dec 18, 2013 7:39 pm
Reply with quote
Report this post
Thank you, Pawel. Changing the font size doesn't change the positioning. I ended up using position: and top: attributes, which moved the menu down, but the actual hover menu activation stayed where it was. Can you tell me how to change that? Here is my site: http://javelinaco.cloudaccess.net/
User avatar
Senior Boarder

GK User
Fri Dec 20, 2013 10:55 pm
Reply with quote
Report this post
I fought about something different, sorry.

Try this:
Code: Select all
#gkMobileMenu { margin: 45px 0 0 10px !important; }


But probably you have to do this changes into tablet.css and mobile.css
User avatar
Platinum Boarder

GK User
Tue Dec 24, 2013 1:22 pm
Reply with quote
Report this post
This worked perfect! Thank you!
User avatar
Senior Boarder


cron