How to make ALIGN in the first page?

Discussion in 'Themia WordPress Theme' started by alexanderberntsson, Jan 26, 2013.

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

    alexanderberntsson New Member

    Joined:
    Dec 24, 2012
    Messages:
    22
    Likes Received:
    0
    How do I make all texts in the first page ALIGN???


    please help me...

    regards/Alex
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Can you please tell us which alignment do you want to make in the "front-page", So that we can give you the exact code.
     
  3. alexanderberntsson

    alexanderberntsson New Member

    Joined:
    Dec 24, 2012
    Messages:
    22
    Likes Received:
    0
    [​IMG]
    I would like all texts in the front page to be align...
    thanks
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     
    .feature_content p {
    text-align: justify;
    }
    .testimonial p {
    text-align: justify;
    }
     
  5. alexanderberntsson

    alexanderberntsson New Member

    Joined:
    Dec 24, 2012
    Messages:
    22
    Likes Received:
    0
    thank u!! but its not working on the testimonial part...?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .testimonial_bg .testimonial p{
    text-align:justify!important;
    }

    This will solve your issue.
     
  7. alexanderberntsson

    alexanderberntsson New Member

    Joined:
    Dec 24, 2012
    Messages:
    22
    Likes Received:
    0
    hmm..unfortunately..still not working..
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  9. alexanderberntsson

    alexanderberntsson New Member

    Joined:
    Dec 24, 2012
    Messages:
    22
    Likes Received:
    0
  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    blockquote {
    text-align: justify;
    }
    This will solve your issue.
     
  11. alexanderberntsson

    alexanderberntsson New Member

    Joined:
    Dec 24, 2012
    Messages:
    22
    Likes Received:
    0
    it worked...thank U!!!
     
Thread Status:
Not open for further replies.

Share This Page