How to left justify Featured Tagline text

Discussion in 'Forum Rules' started by lseren, Aug 23, 2016.

  1. lseren

    lseren New Member

    Joined:
    Nov 18, 2015
    Messages:
    18
    Likes Received:
    0
    Location:
    Benicia, CA
    How do I left justify the Featured Tagline text on the Homepage of Woodpecker Theme?
    I want to keep the Featured Punchline Heading centered.

    Thank you,
    Linda
     
  2. priya

    priya Guest

    Hi, Linda..

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. lseren

    lseren New Member

    Joined:
    Nov 18, 2015
    Messages:
    18
    Likes Received:
    0
    Location:
    Benicia, CA
  4. nitin

    nitin Guest

    Hi,

    Thank your for sending us the URL of your website.

    To left justify the text, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .featured-tagline-wrapper p {
        text-align: justify;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. jorrit

    jorrit New Member

    Joined:
    Aug 7, 2017
    Messages:
    2
    Likes Received:
    0
    Hi Nitin,

    Is this the same for the Traffica PRO theme?
    I would like to justify the bottom left feature description.

    Kind regards,
    Jorrit
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greetings from InkTheme,

    Please use the below CSS code for the bottom left feature description.

    Code:
    .home-content .text_feature p {
        text-align: justify;
    }
    Do let me know if you need further assistance.

    I will be glad to assist you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page