- Posts: 10
- Thank you received: 0
CHANGE DIMENSIONS - HOW TO?
-
jeyjey
Inactive member - Topic Author
- New Member
Less
More
13 years 10 months ago #5459
by jeyjey
CHANGE DIMENSIONS - HOW TO? was created by jeyjey
:dry: I changed the slogan and it is very very beautifull. I like this template for artists customers. Ok, go on. I need to change the dimensions of the template to take everything higher.
Please see the page
. The template is a little bit down outside the low side of the navigator page. I whould take it up. Sorry for this language and terms, but really I want to take it up! :blush: Please can you tell me the code string or file css to mofify (and the row number). Thanks, probably I will buy it for my photo website. Ciao.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #5482
by ivan.milic
Replied by ivan.milic on topic Re: CHANGE DIMENSIONS - HOW TO?
Hi,
You have to edit template_css.php
#header_wrap {
height: 154px;
background: url(../images/bg_gradient.png) repeat-x;
}
Other dependent thing are in layot.css:
.header_module {
overflow: hidden;
margin: 0 auto;
height: 164px;
}
.logo {
height: 114px;
width: 240px;
float: left;
}
You have to edit template_css.php
#header_wrap {
height: 154px;
background: url(../images/bg_gradient.png) repeat-x;
}
Other dependent thing are in layot.css:
.header_module {
overflow: hidden;
margin: 0 auto;
height: 164px;
}
.logo {
height: 114px;
width: 240px;
float: left;
}
Please Log in to join the conversation.
-
jeyjey
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
13 years 10 months ago #5494
by jeyjey
Replied by jeyjey on topic Re: CHANGE DIMENSIONS - HOW TO?
In the template_css.css there is not that string. The other string I founded and I edited but the results was not to take up the yellow main menu up toward the top of the explorer page. I not inteed to place modules on header space so I whould like to see at the top of the page the slogan and the message without that empty space (other customers think so?) and then the main gallery will be not truncated. Please help me on this and you will not annoyed in the future. Ciao.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #5505
by ivan.milic
Replied by ivan.milic on topic Re: CHANGE DIMENSIONS - HOW TO?
it may be also template_css.php and t can also be in index.php of template (Edit html).
If you still can't find that just add that entities in <style.. tag in <head of page at the end so that it will override any other definition
If you still can't find that just add that entities in <style.. tag in <head of page at the end so that it will override any other definition
Please Log in to join the conversation.
-
jeyjey
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
13 years 10 months ago #5566
by jeyjey
Replied by jeyjey on topic Re: CHANGE DIMENSIONS - HOW TO?
:ohmy: aaahhhhh :ohmy: maaammmmaaaa :ohmy:
Help, I changed it, well done! OK, but now the slogan is under the green tend of the homepage menu!!! Can you help me to find the record to change? I need to take up the slogan too .... Please the last help .... then you will not hear from me forever! :kiss: :kiss:
Help, I changed it, well done! OK, but now the slogan is under the green tend of the homepage menu!!! Can you help me to find the record to change? I need to take up the slogan too .... Please the last help .... then you will not hear from me forever! :kiss: :kiss:
Please Log in to join the conversation.
-
pirossi
Inactive member - Member
Less
More
- Posts: 146
- Thank you received: 11
13 years 10 months ago #5591
by pirossi
Replied by pirossi on topic Re: CHANGE DIMENSIONS - HOW TO?
You need to change next lines in layout.css file.
find this:
and change it like this
You can experiment with the size of that padding, less or more.
find this:
Code:
.logo {
height:114px;
width:240px;
float:left;
}
Code:
.logo {
height:114px;
width:240px;
float:left;
padding-left: 160px;
}
You can experiment with the size of that padding, less or more.
Please Log in to join the conversation.
Time to create page: 0.086 seconds