Left align blog excerpt text on Home page?

Discussion in 'RoadFighter WordPress Theme' started by gloryous, Aug 27, 2015.

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

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Hello!

    Is it possible to left align the text of the blog excerpt that displays on the Home page? ... so that it's flush left/left-aligned and ragged right ... instead of fully justified?

    Thanks much!

    Glory
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily resolve your issue, you just have to paste the CSS code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .grid_12.testimonial_div.alpha.animated.fade_left.animation_started {
        float: right;
    }
     
    .grid_12.blog_slider.omega {
        margin-left: -22px;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Hello, Priyanka ... thanks for your quick response and suggested solution.

    I pasted the provided code, but there was no change.

    Any other suggestions?

    Thank you,
    Glory
     
  4. priya

    priya Guest

    Hello Glory,

    Sorry for the last code...

    Please paste the code given below in Custom CSS section of your dashboard.

    Code:
    .grid_16.alpha {
        float: right !important;
        margin-right: -272px;
    }
    Hope it will surely resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  5. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Priyanka, thanks for the second attempt. It still didn't resolve it.

    I'm probably not explaining my issue very well. I've attached a screenshot of the area that is the concern.

    It's the short excerpt text under the blog headlines (Better Together, Nurturing Kids, and It's About Balance) that I want to left-align, with text ragged on the right (rather than it being fully justified in the column).

    You can see the site in development here: http://demo77.digitalwordpower.com/

    Thanks,
    Glory
     

    Attached Files:

  6. priya

    priya Guest

    Hello,

    My apology....

    Thanks for the screenshot.
    Now I got your concern,

    Use the below CSS code in the Custom CSS field.
    Code:
    .featurebox .blog_item p {
        text-align: left !important;
    }
    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
    gloryous likes this.
  7. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Priyanka, that worked.

    Thank you!
    Glory
     
Thread Status:
Not open for further replies.

Share This Page