-
AuthorPosts
-
minas69 Friend
minas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
August 11, 2014 at 7:52 am #200413Hi,
I need to place a logo like this..see image…
Click image for larger version
The logo size 755 x 105 png
What I have to do ?
and for mobil ?
thanks in advance
markus
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 11, 2014 at 4:24 pm #545506So I’m looking at your site (via the link you provided) and your logo looks just like the image.
Were you able to resolve your own issue? ๐
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
August 11, 2014 at 6:16 pm #545517hi TomC ๐
I got it but the solution is really bad….All other should be adjusted to the logo too like massheader, content and mobil version….. Perhaps there is a better solution ?
thanks
markusTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 11, 2014 at 6:19 pm #545518<em>@minas69 440743 wrote:</em><blockquote>hi TomC ๐
I got it but the solution is really bad….All other should be adjusted to the logo too like massheader, content and mobil version….. Perhaps there is a better solution ?
thanks
markus</blockquote>Well, I would need to know what your solution was/is before providing any additional suggestions.
The first thing that came to my mind was an “overlap” using a “z-index” CSS property relationship between your logo and the main nav menu.
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
August 13, 2014 at 1:30 pm #545844Hi TomC,
I already updated the template and erased my custom.css. I want to start from the beginnig with the right way ๐
I used the head-search position to add a new menu..top right nav….
Now I need below the image logo with a size 850 x50
Below the logo should be the normal main nav…
After I placed the logo it looks like this:
What I have to do?…..
thanks for your help!
markus-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 13, 2014 at 2:58 pm #545856Try This . . . . .
Re-create your custom.css file within file path –> /templates/purity_iii/css/
(e.g. /templates/purity_iii/css/custom.css)Within your custom.css file, paste the following CSS rules:
.t3-mainnav {
height: 160px;
}.t3-mainnav .t3-navbar {
margin-top: 5px;
}.logo {
left: 0;
margin-top: 50px;
}.page-masthead .jumbotron {
margin-bottom: 0 !important;
margin-top: 0 !important;
padding: 10px 0;
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEGetting There ??
1 user says Thank You to TomC for this useful post
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
August 13, 2014 at 4:09 pm #545866<em>@TomC 441148 wrote:</em><blockquote>Try This . . . . .
Re-create your custom.css file within file path –> /templates/purity_iii/css/
(e.g. /templates/purity_iii/css/custom.css)Within your custom.css file, paste the following CSS rules:
.t3-mainnav {
height: 160px;
}.t3-mainnav .t3-navbar {
margin-top: 5px;
}.logo {
left: 0;
margin-top: 50px;
}.page-masthead .jumbotron {
margin-bottom: 0 !important;
margin-top: 0 !important;
padding: 10px 0;
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEGetting There ??</blockquote>
Wow..super!
thanks for your kindly help ๐
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 13, 2014 at 4:15 pm #545870Happy to be of assistance … All the best with your continuing site development. ๐
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
August 14, 2014 at 7:35 am #545946Hi TomC,
one additional question.
if I do not use the masthead then the module positions for example sidebar 1 and 2 as well the content are inside the header.
So they must moved down same like the mainnav…
What I have to add?
thanks in advance
markusTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 14, 2014 at 4:20 pm #545998<em>@minas69 441254 wrote:</em><blockquote>Hi TomC,
one additional question.
if I do not use the masthead then the module positions for example sidebar 1 and 2 as well the content are inside the header.
So they must moved down same like the mainnav…
What I have to add?
thanks in advance
markus</blockquote>So you want your masthead area visible/active even when you’re not utilizing it?
That may result in a big open/unused space between your top header area and your content – is that okay?
minas69 Friendminas69
- Join date:
- September 2007
- Posts:
- 260
- Downloads:
- 0
- Uploads:
- 99
- Thanks:
- 73
- Thanked:
- 6 times in 1 posts
August 15, 2014 at 6:41 am #546089Hi TomC,
I mean as follow.
When I use the masthead it looks like this:
without the masthead it looks like this:
same at the bottom:
Thanks for your support….
markus- TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 15, 2014 at 3:40 pm #546139Well, you can try adding the following to your custom.css file:
.t3-mainbody {
padding-bottom: 22px;
padding-top: 100px;
}.page-masthead:after {
clear: both;
margin-bottom: -100px;
}
Check your pages with and without the masthead and see how that works for you.
1 user says Thank You to TomC for this useful post
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 2 voices, and was last updated by TomC 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Logo size
Viewing 15 posts - 1 through 15 (of 15 total)