- Posts: 4
- Thank you received: 0
Remove the space between the logo and the module
13 years 9 months ago #16163
by jbrahim
Remove the space between the logo and the module was created by jbrahim
Hi admin,
first thank you so much for your support.
thius is my problem
I have installed hot destination template and now i am trying to do some tweaks.
i went to the logo module and i changes the image of the logo and added a slodeshow mudule inside it.
i want to remove the space between the image and slideshow, please help.
this is the link where you can see the ptroblem
www.moroccanadventures.com
i want the logo to be at the top and i want to remove that space between the logo andslideshow.
and i want the top menu to be attached to them so that it looks nice and compact.
thank you in advence for your help.
first thank you so much for your support.
thius is my problem
I have installed hot destination template and now i am trying to do some tweaks.
i went to the logo module and i changes the image of the logo and added a slodeshow mudule inside it.
i want to remove the space between the image and slideshow, please help.
this is the link where you can see the ptroblem
www.moroccanadventures.com
i want the logo to be at the top and i want to remove that space between the logo andslideshow.
and i want the top menu to be attached to them so that it looks nice and compact.
thank you in advence for your help.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #16179
by ivan.milic
Replied by ivan.milic on topic Re: Remove the space between the logo and the module
Add to layout.css
.logo_pad .custom p{
margin:0;
padding:0;
}
Change in layout.css:
.main_area {
padding: 8px 0 0 0;
line-height: 16px;
}
to
.main_area {
padding: 0 0 0 0;
line-height: 16px;
}
.logo_pad .custom p{
margin:0;
padding:0;
}
Change in layout.css:
.main_area {
padding: 8px 0 0 0;
line-height: 16px;
}
to
.main_area {
padding: 0 0 0 0;
line-height: 16px;
}
Please Log in to join the conversation.
Time to create page: 0.264 seconds