text "justify"

Discussion in 'BizWay WordPress Theme' started by anciens, Oct 7, 2014.

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

    anciens Guest

    Joined:
    Jun 15, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Belgium
    hello :),

    I would like to have the text under the 3 featured images "justify" (for now it appear "align left"). Wich code do I have to past for that? (I'm trying to find it with Firebug but...:-( )
     
  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-item {
    text-align: center;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. anciens

    anciens Guest

    Joined:
    Jun 15, 2014
    Messages:
    19
    Likes Received:
    0
    Location:
    Belgium
    thanks very much! it works :)))
     
Thread Status:
Not open for further replies.

Share This Page