- Posts: 76
- Thank you received: 0
Problem with position User 4
-
bobgen
Inactive member - Topic Author
- Member
Less
More
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
12 years 10 months ago #15422
by milos
Replied by milos on topic Re: Problem with position User 4
Please change value of padding-top in layout.css:
Code:
.search_pad {
padding-top: 20px;
}
Please Log in to join the conversation.
-
bobgen
Inactive member - Topic Author
- Member
Less
More
- Posts: 76
- Thank you received: 0
12 years 10 months ago - 12 years 10 months ago #15430
by bobgen
Replied by bobgen on topic Re: Problem with position User 4
There is originally that code. But I try with:
.search_pad {
padding-top: 40px;
}
Result for position is correct. But, how I can control gap between two modules in position User4? I wish few px more in that gap because position of search module and letter size module is to close.
.search_pad {
padding-top: 40px;
}
Result for position is correct. But, how I can control gap between two modules in position User4? I wish few px more in that gap because position of search module and letter size module is to close.
Last edit: 12 years 10 months ago by bobgen.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
12 years 10 months ago #15444
by milos
Replied by milos on topic Re: Problem with position User 4
Edit file /templates/hot_coffeine/index.php and change line:
to
You can disable module names after that in Module Manager (if you don't need them). Also, you can control vertical padding by adding this in template_css.css:
Change value 10px if you need to.
Code:
<jdoc:include type="modules" name="user4" style="none" />
to
Code:
<jdoc:include type="modules" name="user4" style="xhtml" />
You can disable module names after that in Module Manager (if you don't need them). Also, you can control vertical padding by adding this in template_css.css:
Code:
search_pad div.moduletable {
padding: 10px 0;
}
Change value 10px if you need to.
Please Log in to join the conversation.
-
aaroninbna
Inactive member - Member
Less
More
- Posts: 149
- Thank you received: 2
12 years 7 months ago #18771
by aaroninbna
Replied by aaroninbna on topic Re: Problem with position User 4
Hey Milos,
Do you find it feasible to possibly add a spacer module in the user4? I have HotCoffeine and going to adjust the padding in the left and right modules, but choose to simply add a blank spacer module. In the event I ever need to quickly adjust it, It is a quick change.
Have you seen any negatives by choosing this route?
Take Care,
Aaron
Do you find it feasible to possibly add a spacer module in the user4? I have HotCoffeine and going to adjust the padding in the left and right modules, but choose to simply add a blank spacer module. In the event I ever need to quickly adjust it, It is a quick change.
Have you seen any negatives by choosing this route?
Take Care,
Aaron
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
12 years 7 months ago #18792
by milos
Replied by milos on topic Re: Problem with position User 4
Hi Aaron,
I am not sure I understand your question. Why do you need a blank spacer module in user4? You can create a new module and publish it in user4 in minutes, with or without the blank spacer module.
I am not sure I understand your question. Why do you need a blank spacer module in user4? You can create a new module and publish it in user4 in minutes, with or without the blank spacer module.
Please Log in to join the conversation.
Time to create page: 0.165 seconds