Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1264496
    yhshin1020
    Participant

    Hey,

    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.

    #1264499
    yhshin1020
    Participant
    This reply has been marked as private.
    #1264788
    Nico
    Moderator

    Hi 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.

    #1264906
    yhshin1020
    Participant

    Thanks a lot

    #1264949
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1264496 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>