Tagged: x
-
AuthorPosts
-
March 15, 2017 at 5:16 pm #1408679
hwolfeParticipantI have four footer widgets and need to have “About” and “Services” line up on the smaller screen sizes. Can you help?
Thank you!
March 15, 2017 at 5:16 pm #1408683
hwolfeParticipantThis reply has been marked as private.March 16, 2017 at 12:41 am #1409146
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
@media only screen and (min-width: 481px) and (max-width: 979px) { footer.x-colophon.top { padding-top: 45px; } .x-colophon.top .x-column .widget:first-child { margin-top: 0 !important; } }Hope this helps.
Cheers!
March 16, 2017 at 10:53 am #1409780
hwolfeParticipantThat’s awesome! One last tweak – can we increase the space between the “Info” and “Contacts” menus and the upper two menus? So the link for “Hay” is not right on top of “Contacts”.
Thank you!!
March 16, 2017 at 2:38 pm #1410059
JadeModeratorHi there,
Please update the code provided previously to:
@media only screen and (min-width: 481px) and (max-width: 979px) { footer.x-colophon.top { padding-top: 45px; } .x-colophon.top .x-column .widget:first-child { margin-top: 0 !important; } footer.x-colophon.top .x-column.last { padding-left: 50px; } }Hope this helps.
March 16, 2017 at 3:21 pm #1410107
hwolfeParticipantUnfortunately, that just pushed that column to the right. ” (
March 17, 2017 at 12:14 am #1410696
LelyModeratorHi There,
Please adjust this custom CSS:
@media only screen and (min-width: 481px) and (max-width: 979px) { footer.x-colophon.top { padding-top: 45px; } .x-colophon.top .x-column .widget:first-child { margin-top: 0 !important; } }To this:
@media only screen and (min-width: 481px) and (max-width: 979px) { footer.x-colophon.top { padding-top: 45px; } .x-colophon.top .x-column .widget:first-child { margin-top: 0 !important; } .x-column.x-md.x-1-4:nth-child(3), .x-column.x-md.x-1-4:nth-child(4) { margin-top: 50px; } }On that screensize, we have added a 50px top margin on 3rd and 4rth column where INFO and CONTACT is located.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1408679 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
