- Posts: 90
- Thank you received: 0
Space between Header 2 and Header 3 on Mobile
-
skytech
Inactive member - Topic Author
- Member
Less
More
9 years 7 months ago #44920
by skytech
Space between Header 2 and Header 3 on Mobile was created by skytech
please visit
www.gilgalrevival.org
if you want to view the website on mobile version or responsive display. there is a huge space between Header 2 and Header 3. Please how do i reduce the space.
An urgent reply will be appreciated. thank you
if you want to view the website on mobile version or responsive display. there is a huge space between Header 2 and Header 3. Please how do i reduce the space.
An urgent reply will be appreciated. thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #44924
by ivan.milic
Replied by ivan.milic on topic Space between Header 2 and Header 3 on Mobile
Hello, in your template_css.css (located in template_folder/css) add on the bottom of the file this code:
@media (max-width: 979px)
{
.hellorow {
padding: 0!important;
}
}
@media (max-width: 979px)
{
.hellorow {
padding: 0!important;
}
}
Please Log in to join the conversation.
-
skytech
Inactive member - Topic Author
- Member
Less
More
- Posts: 90
- Thank you received: 0
9 years 7 months ago #44931
by skytech
Replied by skytech on topic Space between Header 2 and Header 3 on Mobile
i have done that and it still did not work. please visit site to see.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #44932
by ivan.milic
Replied by ivan.milic on topic Space between Header 2 and Header 3 on Mobile
Put this also
Code:
@media (max-width: 979px)
{
.hellorow {
min-height: 0!important;
}
}
Please Log in to join the conversation.
Time to create page: 0.210 seconds