Centering logo on mobile

Creative, responsive and unique Joomla template to create personal portfolio website with amazing animations and clean design.
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
Sat Jun 14, 2014 5:31 pm
Reply with quote
Report this post
Hi
I would like to center the logo for the mobile version.
Right now I added margin-left for the logo but I know this is not the right way as it will appear differently on different mobile size.

My website is www.fredalim.com

Any help appreciated.

Tristan
User avatar
Senior Boarder

teitbite
Sun Jun 15, 2014 11:50 am
Reply with quote
Report this post
Hi

Please try add this to mobile.css:

Code: Select all
#gkHeader #gkLogo {
    left: 50%;
    margin-left: -61.5px;
}
User avatar
Moderator

GK User
Tue Jun 17, 2014 7:23 pm
Reply with quote
Report this post
Thanks for the great help.

Tristan
User avatar
Senior Boarder


cron