Tagged: x
-
AuthorPosts
-
November 20, 2016 at 1:31 pm #1264496
yhshin1020ParticipantHey,
I have a section like this in VC: http://imgur.com/a/N08da
and I want to align it like this: http://imgur.com/a/Cb2jD
such that the 2nd and third items on the left ( the picture and the text below them, excluding the blockquote above them) move below in alignment with the left-most picture and texts below it.
All this while not moving the blockquote above them
I tried to do this using padding- or margin- but I dont know if this is workable since it is not responsive (is there a way to make them aligned on all screens)
If not, then I am fine with using margin- or padding- as a workaround.
Any help is appreciated.
Thank you.
November 20, 2016 at 1:31 pm #1264499
yhshin1020ParticipantThis reply has been marked as private.November 20, 2016 at 8:08 pm #1264788
NicoModeratorHi There,
Thanks for writing in.
The only option I know as of now, to fix this alingment is to add the marin top on the image. Then remove it when it is in 767px screensize so that it would look great in small screen size.
@media (max-width: 767px){ .page-id-29 .x-blockquote .x-img-circle{ margin-top:0px !important; } }Hope it helps.
Let us know how it goes.
Thanks.
November 20, 2016 at 11:39 pm #1264906
yhshin1020ParticipantThanks a lot
November 21, 2016 at 12:22 am #1264949
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1264496 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
