Tables look a little odd in Roadfighter

Discussion in 'ColorWay WordPress Theme' started by johnwebtrends, Sep 6, 2013.

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

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
    www.webtrendsevents.com/speakers

    The table seems a little badly aligned with the picture. The picture is 166px high and I want the text aligned to the top of the picture please.

    Thanks for all your support.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
     .alignnone.size-full.wp-image-73 {
    margin-top: -24px;
    }
    .alignnone.size-full.wp-image-80 {
    margin-top: -24px;
    }
    This solve your issue.

    NOTE : Please post your queries in open forum in their respective theme related thread, it will easier for us that way to provide you precise and on time support.
     
  3. johnwebtrends

    johnwebtrends Member

    Joined:
    Sep 4, 2013
    Messages:
    33
    Likes Received:
    0
    Thanks for your help
     
Thread Status:
Not open for further replies.

Share This Page