- Posts: 6761
- Thank you received: 718
remove space on the main page
-
milos
Support Staff - Moderator
Less
More
2 years 7 months ago #49133
by milos
Replied by milos on topic remove space on the main page
Hello,
If you can’t find an answer on the forum, please post a new topic in the appropriate category (Paradise) and explain your problem or ask your questions.
Thanks,
Milos
If you can’t find an answer on the forum, please post a new topic in the appropriate category (Paradise) and explain your problem or ask your questions.
Thanks,
Milos
Please Log in to join the conversation.
-
Martín G.F.
Active member - Member
Less
More
- Posts: 24
- Thank you received: 0
2 years 7 months ago #49134
by Martín G.F.
Replied by Martín G.F. on topic remove space on the main page
I don't understand your answer, my question is on the same topic Milos...
Do I really need to open a new topic?
Is my problem not well explained?
Do I really need to open a new topic?
Is my problem not well explained?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6761
- Thank you received: 718
2 years 7 months ago #49135
by milos
Replied by milos on topic remove space on the main page
Hello,
Please simply open a new topic and copy/paste what you wrote in the support ticket yesterday. Please do the same for every new support inquiry you have and that’s not related to this one.
That’s how our support works now.
Thanks,
Milos
Please simply open a new topic and copy/paste what you wrote in the support ticket yesterday. Please do the same for every new support inquiry you have and that’s not related to this one.
That’s how our support works now.
Thanks,
Milos
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6761
- Thank you received: 718
2 years 7 months ago #49136
by milos
Replied by milos on topic remove space on the main page
Hello,
Ok, nevermind, I will wrote my answer here.
Please go to the template options and under Custom > CSS find this:
and change it with this:
Also, find this and reduce the bottom margin value as you want:
Also, reduce the padding values 70px and 50px here:
Also, reduce the padding value here:
And here:
And here:
Regards,
Milos
Ok, nevermind, I will wrote my answer here.
Please go to the template options and under Custom > CSS find this:
Code:
h3.row_subheading, .page-header h2, .pricingrow h2.row_heading {
font-size: 48px;
line-height: 48px;
}
and change it with this:
Code:
h3.row_subheading, .page-header h2, .pricingrow h2.row_heading {
font-size: 48px;
line-height: 48px;
margin-bottom: 15px;
}
Also, find this and reduce the bottom margin value as you want:
Code:
.advertrow .moduletable {
margin-bottom: 60px;
min-height: 0;
}
Also, reduce the padding values 70px and 50px here:
Code:
.contentrow {
padding: 70px 0 50px;
}
Also, reduce the padding value here:
Code:
.sparky_home .items-row {
padding-bottom: 60px;
}
And here:
Code:
.testimonialsrow {
padding: 70px 0 50px;
}
And here:
Code:
.mp_advert5 {
padding-bottom: 45px;
}
Regards,
Milos
The following user(s) said Thank You: Martín G.F.
Please Log in to join the conversation.
-
Martín G.F.
Active member - Member
Less
More
- Posts: 24
- Thank you received: 0
2 years 7 months ago - 2 years 7 months ago #49137
by Martín G.F.
Replied by Martín G.F. on topic remove space on the main page
Hi Milos,
It looks much better changing the parameters (in my opinion).
Thank you very much.
It looks much better changing the parameters (in my opinion).
Thank you very much.
Last edit: 2 years 7 months ago by Martín G.F..
Please Log in to join the conversation.
Time to create page: 0.102 seconds