- Posts: 11
- Thank you received: 0
Removing the whitespace in HOTel template
-
applestone
Inactive member - Topic Author
- New Member
Less
More
12 years 1 week ago - 12 years 1 week ago #23846
by applestone
Removing the whitespace in HOTel template was created by applestone
Hi Guys
How do I remove some of the whitespace in the HOTel template? I want to tighten the look of the template and i am finding it difficult to work out how to do this. I have attached a .gif to show where I would like to take out some space. Ideas / help gratefully appreciated.
Kind regards
Dave
How do I remove some of the whitespace in the HOTel template? I want to tighten the look of the template and i am finding it difficult to work out how to do this. I have attached a .gif to show where I would like to take out some space. Ideas / help gratefully appreciated.
Kind regards
Dave
Last edit: 12 years 1 week ago by applestone.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #23850
by ivan.milic
Replied by ivan.milic on topic Removing the whitespace in HOTel template
Try this, add thios css at bottom of template_css.css:
.main_area,
.main_area > DIV > DIV,
.main_area > DIV > DIV > DIV,
.main_area > DIV > DIV > DIV > DIV,
.main_area > DIV > DIV > DIV > DIV > DIV{
margin-top:0!important;
padding-top:0!important;
}
.main_area,
.main_area > DIV > DIV,
.main_area > DIV > DIV > DIV,
.main_area > DIV > DIV > DIV > DIV,
.main_area > DIV > DIV > DIV > DIV > DIV{
margin-top:0!important;
padding-top:0!important;
}
Please Log in to join the conversation.
-
applestone
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
12 years 1 week ago #23851
by applestone
Replied by applestone on topic Removing the whitespace in HOTel template
Hi Ivan - thank you for trying to help me. Unfortunately, this modification has had absolutely no effect. Template looks exactly the same. I copied the code exactly as shown above. The home page for the website is
www.flamingoresortbodrum.com/
Kind regards
Dave
Kind regards
Dave
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #23853
by ivan.milic
Replied by ivan.milic on topic Removing the whitespace in HOTel template
try:
.page-header h2{
padding:0 0 20px 0!important;
}
.page-header h2{
padding:0 0 20px 0!important;
}
Please Log in to join the conversation.
Time to create page: 0.155 seconds