Images in pages not lining up horizontally

Discussion in 'ColorWay WordPress Theme' started by sblais10, Jun 19, 2015.

Thread Status:
Not open for further replies.
  1. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Hello, when i try and add images next to each other horizontally on a page using "align - none" they show up just fine horizontally on the back-end but when you view it on the front-end they are all lined up vertically.

    I've done this before with no problems on several other inkthemes themes but for some reason i can't get them to line up horizontally with colorway theme.

    See screenshots attached. Page is: http://myamherstburg.com/about-nor-built/

    I'd appreciate any help you can offer.

    - Steve
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Steve!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-wrapper.fullwidth p a img {
      display: inline-block !important;
    }
    Hope it will resolve your issue :)

    Thanks,
    Praveen
     
  3. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Worked great - thanks!
     
Thread Status:
Not open for further replies.

Share This Page