Simple Css editting Problem

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Wed Mar 30, 2011 4:51 pm
I Basically want to move the layout of the entire site down ............This is necessary so that i can put my logo at the left side of the website........Thnks for your ongoing support
Capture.PNG
User avatar
Fresh Boarder

GK User
Thu Mar 31, 2011 2:43 am
smokey this depends how you will be adding your logo.. What position will you be assigning to your logo?


Please give me your URL and I can tell you what css to add. Faster response if you email me :)
User avatar
Gold Boarder

teitbite
Thu Mar 31, 2011 2:20 pm
Hi

Add this code to override.css (remember to enable using that file in template's settings).

To lower the site:

Code: Select all
#gk-wrapper {
    margin-top:70px;
}


To set the logo wherever You want:

Code: Select all
h1.logo {
    position: absolute;
    top: 10px;
}
User avatar
Moderator

GK User
Fri Apr 01, 2011 1:25 pm
WOW..........This helped alot!!!!!! I REALLY WANNA THANK YOU~~~~
User avatar
Fresh Boarder

teitbite
Fri Apr 01, 2011 5:49 pm
Hi

No problem. That's my job :D
User avatar
Moderator


cron