Mobile Help

Home Forums All Other Themes Mobile Help

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34785
    DamonDamon
    Member
    • Topics: 6
    • Replies: 3
    • Total: 9
    Member since: April 4, 2016

    Hi,

    I was recently given this code by support to help fix my mobile issue
    .nivo-caption { right:7% !important;}
    .time-table { left:7% !important;}

    However it fix the issue, currently the mobile version of my site has a opening hours table. Inside the table are the times we are open, these times are all right aligned and I would like to change them to left align.

    #34802
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Damon,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (min-width:768px){
    .time-table{left:0 !important;}
    }

    Regards,
    Brad

    #34815
    DamonDamon
    Member
    • Topics: 6
    • Replies: 3
    • Total: 9
    Member since: April 4, 2016

    Hi,

    This moves the entire table to the left, I just want the text inside the table to be aligned left. Sorry for the confusion!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.