is it possible to move the logo to the left of the page?

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
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
Tue Dec 08, 2015 5:34 pm
Reply with quote
Report this post
is it possible to move the logo to the left of the page?
User avatar
Gold Boarder

GK User
Tue Dec 08, 2015 6:46 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Dec 08, 2015 6:46 pm
Reply with quote
Report this post
pinkchella.com
User avatar
Gold Boarder

GK User
Tue Dec 08, 2015 6:49 pm
Reply with quote
Report this post
You have login area on the left. How should the template look like after the change?
User avatar
Moderator

GK User
Tue Dec 08, 2015 9:21 pm
Reply with quote
Report this post
I want to remove that login information to the top left (how) and replace it with the logo
User avatar
Gold Boarder

GK User
Wed Dec 09, 2015 5:52 am
Reply with quote
Report this post
I was able to move the login information.. how do I get the logo over in its place to the left?
User avatar
Gold Boarder

GK User
Wed Dec 09, 2015 3:01 pm
Reply with quote
Report this post
I was able to use a image logo and move it to the left. Now trying to figure out how to get the menu on the same line with the logo..
User avatar
Gold Boarder

GK User
Mon Dec 14, 2015 12:17 pm
Reply with quote
Report this post
User menu (Shopping bag, my account, sign up) or main menu (Home, Shop...)?
User avatar
Moderator

GK User
Mon Dec 14, 2015 3:00 pm
Reply with quote
Report this post
Cyberek wrote:User menu (Shopping bag, my account, sign up) or main menu (Home, Shop...)?


The main menu
User avatar
Gold Boarder

GK User
Mon Dec 14, 2015 11:38 pm
Reply with quote
Report this post
Like this:
User avatar
Gold Boarder

GK User
Wed Dec 16, 2015 8:32 pm
Reply with quote
Report this post
Try with this code in override.css:
Code: Select all
#gkHeaderNav {height: 100px;}
#gkLogo.text {position: absolute; left: 0px;}
#gkHeaderNav {position: absolute; right: 0px; padding-top: 80px;}
#gkTopMenu {margin: 0px;}
#gkMainMenu {padding-top: 80px !important; width: 50%; padding-left: 100px; border: none;}


Now play with numbers to align it better.
User avatar
Moderator

GK User
Wed Dec 16, 2015 9:14 pm
Reply with quote
Report this post
Cyberek wrote:Try with this code in override.css:
Code: Select all
#gkHeaderNav {height: 100px;}
#gkLogo.text {position: absolute; left: 0px;}
#gkHeaderNav {position: absolute; right: 0px; padding-top: 80px;}
#gkTopMenu {margin: 0px;}
#gkMainMenu {padding-top: 80px !important; width: 50%; padding-left: 100px; border: none;}


Now play with numbers to align it better.



This made the menu disappear from the homepage and on product pages, it aligned all the way to the right...
User avatar
Gold Boarder

GK User
Mon Dec 21, 2015 10:30 am
Reply with quote
Report this post
Could you please disable css compression (in template and in Joomla General Settings)?
User avatar
Moderator


cron