- Posts: 53
- Thank you received: 3
Testimonial Row background
-
larry
Inactive member - Topic Author
- Member
Less
More
8 years 11 months ago #46199
by larry
Testimonial Row background was created by larry
I'm trying to decrease the top and bottom margins on the bottomrow. When I do that, a white space appears between the testimonialrow and bottomrow. When I look at the css for testimonialrow, I see:
element.style {
background-position: 50% -187.6px;
margin-bottom: 423px;
I assume I need to adjust this to get rid of the new white space. This isn't in the css and I can't find it. Also, I don't know how to change it because the setup for this floating background is not the normal Sparky/css/html I am used to.
Site: www.maverick-realty.com
Thank you.
element.style {
background-position: 50% -187.6px;
margin-bottom: 423px;
I assume I need to adjust this to get rid of the new white space. This isn't in the css and I can't find it. Also, I don't know how to change it because the setup for this floating background is not the normal Sparky/css/html I am used to.
Site: www.maverick-realty.com
Thank you.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
8 years 11 months ago #46202
by milos
Replied by milos on topic Testimonial Row background
Hello,
You should edit padding for class ".sparky_full.bottomrow" in file "template_css.css".
Regards,
Milos
You should edit padding for class ".sparky_full.bottomrow" in file "template_css.css".
Regards,
Milos
Please Log in to join the conversation.
-
larry
Inactive member - Topic Author
- Member
Less
More
- Posts: 53
- Thank you received: 3
8 years 11 months ago #46203
by larry
Replied by larry on topic Testimonial Row background
Hi Milo
That's what I was doing and it doesn't work. In my original post here I said margin, but I should have said padding. When the padding is decreased, the white space I described above appears.
That's what I was doing and it doesn't work. In my original post here I said margin, but I should have said padding. When the padding is decreased, the white space I described above appears.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
-
larry
Inactive member - Topic Author
- Member
Less
More
- Posts: 53
- Thank you received: 3
8 years 11 months ago #46209
by larry
Replied by larry on topic Testimonial Row background
I should have known you knew what you were talking about. Yes, it does work normally when decreasing the padding.
The problem was that the white space shows in Firebug when the padding is changed. When actually doing the change (not in Firebug), there is no space. So it is a weakness in Firebug, not your template.
Thank you.
The problem was that the white space shows in Firebug when the padding is changed. When actually doing the change (not in Firebug), there is no space. So it is a weakness in Firebug, not your template.
Thank you.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
8 years 11 months ago #46210
by milos
Replied by milos on topic Testimonial Row background
No, Firebug is fine (I am using Chrome Inspector, but nevermind). In this template, some values are calculated dynamically in JavaScript. So, you should change padding in CSS and after reloading of page, everything is fine.
Regards
Regards
Please Log in to join the conversation.
Time to create page: 0.213 seconds