Thubmnail beside text in blog / category page

Discussion in 'Figero WordPress Theme' started by rostin, Jul 14, 2013.

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

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hi
    In blog / category page thumbnail image appears in a separate line before excerpt. I would like to have thumbnail image and excerpt in the same line as it is the case in Colorway theme.

    Figero blog page
    blog.jpg


    Colorway blog page:
    cw.jpg
    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .blog-info img {
    float: left!important;
    }
     
  3. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Hi
    Worked perfectly. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page