Tagged: x
-
AuthorPosts
-
April 29, 2016 at 11:36 am #905887
thelistenerParticipantHi there!
Through some non-responsive (old school) code editing, I was able to make the footer of the site I’m working on look aligned. However, when I view the site on my phone, the position of the images is all screwed up. I need the images to align centered to each other on mobile, but look just the way it does now on desktop/laptop with the images in the second and third widgets flush to the bottom so that it’s horizontally aligned with the bottom of the contact text in the first widget. I need some help with this ASAP and appreciate any help you can provide!April 30, 2016 at 3:17 am #906693
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
@media (max-width:767px){ .x-colophon.top img { margin: 0 auto; display: block; } footer.x-colophon.top #text-5 p:first-of-type, footer.x-colophon.top #text-5 p:nth-of-type(2), footer.x-colophon.top #text-6 p:first-of-type, footer.x-colophon.top #text-6 p:nth-of-type(2) { display: none; } }Hope it helps.
April 30, 2016 at 7:53 am #906891
thelistenerParticipantThank you so much! Works like a charm!!!!!!!!!! This is why I love X!!!!
May 1, 2016 at 1:20 am #907533
JoaoModeratorYou are welcome.
May 6, 2016 at 7:52 pm #979603
thelistenerParticipantHi there! I hate to do this, but my client requested some changes and now the width and height between images in the footer is all wrong.
Here’s what the footer widgets are supposed to look like
DESKTOP: https://dl2.pushbulletusercontent.com/nIuYEQ5C4ofAvdKmDpriLmBniIofvcYf/halcyon-footer-desktop-screenshot.png
MOBILE: https://dl2.pushbulletusercontent.com/Be1Th6TYLbtCyTdn1Nz81CbBhVCFcQRY/halcyon-footer-mobile-screenshot.pngAlso, the vertical spacing between the lines in the first widget are all off. Can we make them uniform somehow???
May 6, 2016 at 7:54 pm #979606
thelistenerParticipantThis reply has been marked as private.May 7, 2016 at 2:00 am #979877
ChristopherModeratorHi there,
Please update your code in footer 2 widget area :
<p class="lato-light" align="center"><span style="color:#046380; font-size:24px;font-weight:400;">SALES TEAM</span><img src="http://becreativestudios.com/halcyon/wp-content/uploads/2016/04/srg-logo.jpg" alt="Logo"></p>Please add this :
@media (min-width:767px){ div#text-5, div#text-6 { margin-top: 90px; } }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-905887 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
