Description to the left

Discussion in 'Compass WordPress Theme' started by crystal0811, Apr 6, 2015.

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

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I'd like to have the descriptions in the Home Page Feature Settings to be to the left instead of centered.

    http://cyndistrid.com/
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    When I went through your site URL: it is showing " Maintenance - Sorry for the inconvenience. Our website is currently undergoing scheduled maintenance. Thank you for your understanding". Kindly check as I am unable to access the site, to assist you for your issue.
     
  3. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Sorry. You should be able to view the link now.
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .feature-content-inner.first.animated.animation_started p {
      text-align: left;
    }
    .feature-content .feature-content-inner.second p {
      text-align: left;
    }
    .feature-content .feature-content-inner.third p {
      text-align: left;
    }
     
    .feature-content-inner.first.animated.animation_started h2 {
      margin-left: -57px;
    }
     
    .feature-content .feature-content-inner h2 {
      margin-left: -42px;
    }
    Hope it will solve your issue
     
  5. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    It did. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page