- Posts: 90
- Thank you received: 0
space between content area and footer position
-
skytech
Inactive member - Topic Author
- Member
Less
More
9 years 4 months ago #45729
by skytech
space between content area and footer position was created by skytech
Please visit
myaccesspay.com/
. please i want to reduce the huge space between the Copyright and main content. there is nothing there and yet there is space there thank you.
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff - Moderator
Less
More
- Posts: 91
- Thank you received: 10
9 years 4 months ago #45732
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic space between content area and footer position
Hello,
please add this:
.bottom_modules_container{
padding: 5px!important;
}
.footer_modules_container{
padding: 5px!important;
}
on bottom of template_css.css which is located under your template_folder/css. Also you can set other values you like.
Best regards,
Nikola Mihajlovic
please add this:
.bottom_modules_container{
padding: 5px!important;
}
.footer_modules_container{
padding: 5px!important;
}
on bottom of template_css.css which is located under your template_folder/css. Also you can set other values you like.
Best regards,
Nikola Mihajlovic
Please Log in to join the conversation.
-
skytech
Inactive member - Topic Author
- Member
Less
More
- Posts: 90
- Thank you received: 0
9 years 4 months ago #45735
by skytech
Replied by skytech on topic space between content area and footer position
it worked thank you.
but how can i reduce the space between logo area and content area. please visit www.myaccesspay.com to see what i am talking about. thank you very much
but how can i reduce the space between logo area and content area. please visit www.myaccesspay.com to see what i am talking about. thank you very much
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff - Moderator
Less
More
- Posts: 91
- Thank you received: 10
9 years 4 months ago #45737
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic space between content area and footer position
Hello,
put on bottom of same file:
.user2_module{
padding: 0px;
}
.quote_module{
padding: 0px;
}
Best regards,
Nikola Mihajlovic
put on bottom of same file:
.user2_module{
padding: 0px;
}
.quote_module{
padding: 0px;
}
Best regards,
Nikola Mihajlovic
Please Log in to join the conversation.
-
skytech
Inactive member - Topic Author
- Member
Less
More
- Posts: 90
- Thank you received: 0
9 years 4 months ago #45738
by skytech
Replied by skytech on topic space between content area and footer position
thank you for your quick response. it did not work. please see image for description. thank you
Please Log in to join the conversation.
-
nikola.mihajlovic
Support Staff - Moderator
Less
More
- Posts: 91
- Thank you received: 10
9 years 4 months ago #45739
by nikola.mihajlovic
Replied by nikola.mihajlovic on topic space between content area and footer position
Then try putting it like this:
.user2_module{
padding: 0px!important;
}
.quote_module{
padding: 0px!important;
}
You can set values as you want, too. For example padding-top
Regards
.user2_module{
padding: 0px!important;
}
.quote_module{
padding: 0px!important;
}
You can set values as you want, too. For example padding-top
Regards
Please Log in to join the conversation.
Time to create page: 0.196 seconds