Feature Area - Text Alignment

Discussion in 'BizWay WordPress Theme' started by CraigB, Sep 11, 2014.

  1. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    Text area doesn't align with the images in the first 2 columns in the featured area. The third column aligns perfectly. I have attached a screenshot. How can I resolve this?

    Thanks, Craig
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please provide URL of website.
    Thanks & Regards
    Pramod
     
  3. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    I am working with the theme on a local installation of WordPress. Any suggestions on what to look for?

    Thanks, Craig
     
  4. Yogesh

    Yogesh Guest

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

    Download a fresh copy of latest theme from members area and upload it to your website.
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    I downloaded a fresh copy of the theme and installed. Same issue with feature area. I don't have a URL because I am working with the theme on a local (on my computer) installation of WordPress. I have attached a screenshot above.
     
  6. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    Using Inspector in Firefox, I noticed that the columns (heading and text areas) in the feature area are not divided evenly.
    First column is 311px. Second column is 297px. Third column is 281px.
     
  7. Yogesh

    Yogesh Guest

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

    In our theme all column aligns perfectly so without seeing your live website we can't provide solution.

    Thanks & Regards
    Yogesh Bhade
     
  8. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    Removed my content. Screenshots show width of column in each of the three feature columns.
    Even using your content, the columns are not the same size.
     

    Attached Files:

  9. Yogesh

    Yogesh Guest

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

    Use following css code in Custom CSS to fix this problem.
    Code:
    .page-item p {
    width: 280px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  10. CraigB

    CraigB New Member

    Joined:
    Sep 27, 2012
    Messages:
    14
    Likes Received:
    0
    The css code resolved the text area alignment issue. Thanks for that.

    Also, would you give me the css code to fix the alignment of the titles in the featured area?

    Thanks again for your help, Craig
     
  11. Yogesh

    Yogesh Guest

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

    Titles of featured area are already align, if you want to make them centralize then use following css code in Custom CSS.
    Code:
    .main-content h1 {
    text-align: center;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page