Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1899681
2 Pictures next to each other
Closed

Comments

  • emmazilke started the conversation

    Hi,

    I would like to place 2 pictures next to each other. Right now it looks like this (see picture). How can I fix this?

    Thanks! 

  •  2,699
    PenciDesign replied

    Hi,

    You can try use gallery style: Masonry 2 Columns to do that.

    Check this video tutorial for more.


    Best Regards,

    PenciDesign

  • emmazilke replied

    I don't need a gallery. It needs to show on my sidebar. Check it out: http://www.raw-nourishment.com


  •  2,699
    PenciDesign replied

    Hi,

    If so, please put this code replace with your current code in Custom HTML widget:

    <div class="penci-column column-1-2">
        <a href="https://www.lebenskraftpur.de/bio-gruenes-leben-komplex?sPartner=60" rel="nofollow" target="_blank">
            <img src="https://www.lebenskraftpur.de/media/image/9c/c9/50/bio-gr-unes-leben-komplex-240-g-braunglas-334-1002.png" width="168" height="150" border="0">
        </a>
    </div>
    <div class="penci-column column-1-2 column-last">
        <a href="https://www.lebenskraftpur.de/bio-grassaft-alkalisierer?sPartner=60" rel="nofollow" target="_blank">
        <img class="alignnone size-full wp-image-3029" src="http://www.raw-nourishment.com/wp-content/uploads/2018/04/bio-grassaft-alkalisierer-150-g-braunglas-346-1005_600x600.png" alt="" width="168" height="150" border="0">
        </a>
    </div>
    <div class="clearfix"></div>
    

    Best Regards,

    PenciDesign