Userarea and Logo area
- GK User
- Wed Dec 07, 2011 4:00 am
I would like to place my logo to the left at the highest point on the site and then have a 468x60 banner on the right side. I've searched for the answers, but all of the links are broken to solutions. Any help would be much appreciated.
-
- Fresh Boarder
- GK User
- Wed Dec 07, 2011 1:38 pm
Could you post link to your site?
-
- Platinum Boarder
- GK User
- Wed Dec 07, 2011 1:41 pm
http://www.bpm.com - need to move the logo to the left and have a banner right aligned.
-
- Fresh Boarder
- GK User
- Fri Jan 06, 2012 10:49 pm
The way I got it to work was to modify this code in the template.css file:
#gk-logo-wrap { min-height: 124px; position:relative;}
changed to
#gk-logo-wrap { min-height: 124px; position:relative; float: left;}
This seemed to do the job for me. Thanks.
#gk-logo-wrap { min-height: 124px; position:relative;}
changed to
#gk-logo-wrap { min-height: 124px; position:relative; float: left;}
This seemed to do the job for me. Thanks.
-
- Fresh Boarder
- GK User
- Thu Aug 02, 2012 9:55 pm
btwebmedia wrote:The way I got it to work was to modify this code in the template.css file:
#gk-logo-wrap { min-height: 124px; position:relative;}
changed to
#gk-logo-wrap { min-height: 124px; position:relative; float: left;}
This seemed to do the job for me. Thanks.
i used this guide to move the logo and it's works!
the problem is that also button login-register moved un the letf side over the logo
how can i resolve?
thanks
-
- Junior Boarder
5 posts
• Page 1 of 1