Tagged: x
-
AuthorPosts
-
November 2, 2016 at 6:54 am #1240612
yhshin1020ParticipantHey,
I have a footer set up and I used the column shortcode 1/4+3/4 to align my footer content.
However, the image is slightly off the mark. Can you help me move the image down and to the right so that it is in line with the footer site map to its right?
I would also appreciate if you could help me create a thin line that separates the image from the sitemap on its right.
Thanks.
November 2, 2016 at 6:55 am #1240613
yhshin1020ParticipantThis reply has been marked as private.November 2, 2016 at 7:44 am #1240666
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
div#text-2 img { margin-top: 25px; margin-right: -50px; display: block; float: right; }Hope it helps 🙂
November 2, 2016 at 8:13 am #1240695
yhshin1020ParticipantThis reply has been marked as private.November 2, 2016 at 9:18 am #1240761
ThaiModeratorHi There,
Please add the following CSS:
@media (min-width: 980px){ div#text-2 .x-1-4 { position: relative; } div#text-2 .x-1-4:after { content: ""; position: absolute; width: 1px; height: 200px; background-color: #000000; right: -108px; } } @media (max-width: 767px){ div#text-2 img { float: none; display: block; margin-left: auto; margin-right: auto; } .x-column.x-sm.x-3-4.last { clear: both; } }Hope it helps 🙂
November 3, 2016 at 5:39 am #1242170
yhshin1020ParticipantThis reply has been marked as private.November 3, 2016 at 6:21 am #1242213
Paul RModeratorHi,
Please find the code that reads
div#text-2 img { margin-top: 25px; margin-right: -50px; display: block; float: right; }and change it to this
div#text-2 img { margin-top: 25px; margin-right: -50px; display: block; float: none; clear:both; }Hope that helps
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1240612 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
