- Posts: 8
- Thank you received: 0
logo resize
-
paulseer
Inactive member - Topic Author
- New Member
Less
More
13 years 3 months ago #11105
by paulseer
logo resize was created by paulseer
Hi,
I have located that the size of the logo can be changed in index.php but I need to also change the background height as the logo runs over at the top, so where do I change the header background height please, I tried in layout.css but that didn't work.
RegardsPaul
I have located that the size of the logo can be changed in index.php but I need to also change the background height as the logo runs over at the top, so where do I change the header background height please, I tried in layout.css but that didn't work.
RegardsPaul
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #11112
by ivan.milic
Replied by ivan.milic on topic Re: logo resize
It is layout.css but ypu have to modify several css entries:
.header {
height: 170px;
margin: 0 auto;
background: url(../images/header_bg_left.png) repeat-x;
}
.header_right {
height: 170px;
}
also it may require changing of height for:
.logo {
height: 158px;
width: 386px;
float: left;
}
.search_wrap {
height: 120px;
float: left;
text-align: right;
position: relative;
left: 9px;
}
.header {
height: 170px;
margin: 0 auto;
background: url(../images/header_bg_left.png) repeat-x;
}
.header_right {
height: 170px;
}
also it may require changing of height for:
.logo {
height: 158px;
width: 386px;
float: left;
}
.search_wrap {
height: 120px;
float: left;
text-align: right;
position: relative;
left: 9px;
}
Please Log in to join the conversation.
-
paulseer
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 3 months ago - 13 years 3 months ago #11121
by paulseer
Replied by paulseer on topic Re: logo resize
Ok thanks but do I also alter index.php or leave that as default ... one other question while here, the mod boxes I don't like the white boomerang thing running through them can I change this to have a solid blank box
edit .. doesn't make sense, my logo is 915 x 133 .. looking at those settings in layout.css it should easily fit because the height is higher at 170 .. heres the url www.psychicassociates.com (sandbox site before I move it to my actual site when done)
Regards
Paul
edit .. doesn't make sense, my logo is 915 x 133 .. looking at those settings in layout.css it should easily fit because the height is higher at 170 .. heres the url www.psychicassociates.com (sandbox site before I move it to my actual site when done)
Regards
Paul
Last edit: 13 years 3 months ago by paulseer.
Please Log in to join the conversation.
-
paulseer
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 3 months ago #11123
by paulseer
Replied by paulseer on topic Re: logo resize
I made the changes and it looks even worse, I really think you should make it easier for people to change logo sizes. Most if not all of the templates I have used over the years from the major template designers make it easy to change one file alone or even in some cases from admin itself on the template control I had hoped to purchase a lot more templates for various sites but this seems like hard work and its taking up a lot of my time.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
13 years 3 months ago #11125
by milos
Replied by milos on topic Re: logo resize
First add this in file layout.css:
Second in layout.css, edit class .logo and add line padding-top:25px; and change height to 160px.
Third, in layout.css edit class .header and change height to 160px.
Code:
.search_wrap { display:none; }
Second in layout.css, edit class .logo and add line padding-top:25px; and change height to 160px.
Third, in layout.css edit class .header and change height to 160px.
Please Log in to join the conversation.
-
paulseer
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 3 months ago #11126
by paulseer
Replied by paulseer on topic Re: logo resize
Thanks Milos, is that in addition to the first instructions or do I start again with the default layout.css
Please Log in to join the conversation.
Time to create page: 0.089 seconds