Left Text Alignment on Mobile

Discussion in 'Local Business WordPress Theme' started by supnatruck, Sep 13, 2013.

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

    supnatruck New Member

    Joined:
    Sep 5, 2013
    Messages:
    15
    Likes Received:
    0
    Hi. URL: http://supandatruck.com

    The theme is coming along great, but when it transfers to mobile, the Call Us text is Right Aligned and I'd like it to be Left Aligned. How do I solve this? Thank you!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    @media only screen and (max-width: 480px){
    .call-us, .call-us p {
    text-align: left ! important;
    }}
    This will solve your issue.
     
  3. supnatruck

    supnatruck New Member

    Joined:
    Sep 5, 2013
    Messages:
    15
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page