Homepage Category Alignment

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rogerschnur, Nov 23, 2013.

  1. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    I'm only selling two products and instead of the two feature boxes appearing only on the left, I'd like them to be either center justified i.e. one center left, the other center right, or, have each one's box be double the width.

    Please advise.
     
  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:
    .productlisting .pgallery ul.thumbnail li, ul.thumbnail li{
    margin: 0 240px 50px 0;
    }
    .productlisting .pgallery .thumbnail, .thumbnail{
    margin-left:74px;
    }
     
  3. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    It's still not looking centered, and for some reason now the Homepage Feature Section isn't responsive. I look forward to your reply, thanks!
     
  4. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    Website is here
    pw: bigred!234
     

Share This Page