Content spillover and Product layout

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by jennifermanis, Oct 6, 2014.

  1. jennifermanis

    jennifermanis New Member

    Joined:
    Aug 14, 2014
    Messages:
    9
    Likes Received:
    0
    http://manisinvitationscom.fatcow.com/?page_id=14

    On this page I'm getting content spillover on the bottom of the page. Along with this, I want the product images side by side with the description underneath the images. This might help stop the product images and descriptions from falling off the page at the bottom.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a img.alignleft {
    margin: 5px 20px 20px 0;
    clear: both;
    }
    .fullwidth_inner p:last-child {
    overflow: hidden;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page