-
AuthorPosts
-
augengott Friend
augengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 16, 2010 at 7:00 pm #155350Hello,
right now the logo in the header section is displayed left.
I want to have this in the middle – how can I do this?
thanksSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 18, 2010 at 7:44 am #359372<em>@augengott 198874 wrote:</em><blockquote>Hello,
right now the logo in the header section is displayed left.
I want to have this in the middle – how can I do this?
thanks</blockquote>Dear augengott,
You can go to the template.css file,Look for the css
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 15px;}
Just change it to
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin: 0 auto;}I do hope that will help !
augengott Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 18, 2010 at 11:56 am #359412this changed nothing.. other ideas?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 19, 2010 at 4:26 am #359482<em>@augengott 199052 wrote:</em><blockquote>this changed nothing.. other ideas?</blockquote>
Dear augengott,
Pls try again with this css
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin: 0 auto !important;}augengott Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 19, 2010 at 10:05 am #359518no, also nothing…. tried in firebug and also in css – no changes
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 20, 2010 at 1:44 am #359616Can you please provide me the link to your site, i will check and give you right solution.
Thanks
augengott Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 21, 2010 at 11:32 pm #359947I’m sorry – but it’s only on localhost..
but if you can move your logo (for example at the demo site) this will probably work for me as well…Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 25, 2010 at 2:11 am #360382ok, now you open the file template.css file
and find the following code:h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 15px;}You adjust value of the margin-left attribute to move the logo,
Clear cache and check for the results.
augengott Friendaugengott
- Join date:
- September 2010
- Posts:
- 85
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
October 25, 2010 at 10:51 am #360444and WHAT do I have to put there? I’m not a pro :laugh:
Of course if I enter 300 the logo goes more to the right – but I use the “auto” setting in the template so that the page looks always the same in every size and so I also want the logo automatically be in the middleSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 28, 2010 at 10:12 am #360886<em>@augengott 200383 wrote:</em><blockquote>and WHAT do I have to put there? I’m not a pro :laugh:
Of course if I enter 300 the logo goes more to the right – but I use the “auto” setting in the template so that the page looks always the same in every size and so I also want the logo automatically be in the middle</blockquote>you replace above code to:
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 46%;}
from margin-left: 15px; to margin-left: 46%;
-
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by Saguaros 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum