Columns dont match up

Discussion in 'Infoway WordPress Theme' started by pupwild, May 15, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    The alignment of the columns is messed up due to the size of the image present on that page.
    So, paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    img.alignright {
    width: 389px;
    height: 484px;
    }
    This will solve your issue.
     

Share This Page