Tagged: x
-
AuthorPosts
-
June 30, 2016 at 12:35 pm #1067008
alucas1911ParticipantHi,
I’m currently working on a site: holbrookholdings.com and i’ve placed an image in the footer through Revolution Slider. To eliminate the padding around this image, I inserted the following code:
footer.x-colophon.top {
background-color: grey;
padding-top: 0;
padding-bottom: 0;
}…it hasn’t worked. Please help.
June 30, 2016 at 3:25 pm #1067271
JadeModeratorHi there,
You can set the height of the Revolution Slider you have set on the footer to less than 200px in the slider settings since there is no padding in the footer area.
Hope this helps.
June 30, 2016 at 6:12 pm #1067457
alucas1911ParticipantNo,
Making the Revolution Slider 100px didn’t change the padding around the widget area.
June 30, 2016 at 11:16 pm #1067913
NicoModeratorHi There,
Add this in your customizer > custom > CSS:
footer.x-colophon.top { padding:0; }Please check this code also because you are lacking of a closing brace.
@media only screen and (max-width: 480px) { .x-feature-box-graphic.square { display: block !important; }Let us know how it goes.
Thanks.
July 1, 2016 at 5:26 am #1068168
alucas1911ParticipantNo luck on adding the new code, it’s still the same.
And I’m confused, where is the bracket missing in the code you pointed out?
July 1, 2016 at 7:07 am #1068254
JoaoModeratorHI There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
July 1, 2016 at 9:32 am #1068433
alucas1911ParticipantThis reply has been marked as private.July 1, 2016 at 9:51 am #1068458
JoaoModeratorHi There,
I have closed your media query CSS code.
Please let us know if you need help with anything else.
Thanks.
Joao
July 1, 2016 at 10:12 am #1068484
alucas1911Participantthank you for the help! can you explain what you guys did?
July 1, 2016 at 10:35 am #1068513
JoaoModeratorHi There,
This is a media query it makes the code that is inside it just affect screens below max-width 480px it has a opening {
there fore it needs a closing }Inside there is a CSS rule, it also has an opening { there fore it needs a closing }
Your code was missing the closing tag. Check your Appereance Customizer Custom CSS
The place where you see
}
}Is where I added a closing tag.
@media only screen and (max-width: 480px) { .x-feature-box-graphic.square { display: block !important; }Now your code works.
Joao
July 2, 2016 at 11:33 am #1069675
alucas1911Participantahhh, thank you!
July 2, 2016 at 12:25 pm #1069710
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1067008 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
