Bizway Pro Homepage Feature text alignment

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by sapy_marketing, Mar 11, 2014.

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

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Using Bizway Pro, Homepage Feature Area, I would like advice on how to align my text (feature description) left and right underneath the image of the feature please?
    www.sapy.com
    This is very noticeable in feature 1, and slightly noticeable in feature 2. feature 3 is perfect.
     
  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:
    .main-content-container p {
    text-align: left;
    } 
    Thanks & Regards
    Gourav Shrivastava
     
  3. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Hello Gurav, thank you, but I don't want my text aligned left. I have already justified it. I would like to know how to make the text not extend past the edge of the picture above it please?
     
  4. 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:
     div.page-item.first-item.view.view-ninth p {
    width: 90%;
    }
     
    .main-content .page-item.item-two p {
    width: 95%;
    }
    
    Adjust its value as per your requirement.

    Thanks & Regards
    Gourav Shrivastava
     
  5. sapy_marketing

    sapy_marketing Member

    Joined:
    Mar 5, 2014
    Messages:
    64
    Likes Received:
    0
    Thank you Gourav, it worked perfectly!
     
Thread Status:
Not open for further replies.

Share This Page