Subscribely - How to set the order of the featured image .

Discussion in 'Forum Rules' started by bhendrix, Feb 18, 2014.

  1. bhendrix

    bhendrix Guest

    Joined:
    Feb 6, 2014
    Messages:
    5
    Likes Received:
    0
    How can I set the order of a featured image on the home page .

    I have read all the threads here and found no answer.

    Currently when I add a new featured image to the home page it goes to the first position. - top left

    Can I make it go to the last position - bottom right ? I would like to set the position where ever I would like in this area of the home page but will settle for having the new featured image go to the the next open position instead of placing in the first position.

    If so please show me the css or tell me how this can be done .

    http://rjfelite.hotpressmarketing.com

    Thanks,

    Brian
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #content_wrapper #thumbnails li {
    float: right;
    } 
    This will solve your issue.
     

Share This Page