- This topic has 2 replies, 2 voices, and was last updated 6 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Mobile Help
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.
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
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!
WordPress has empowered millions of entrepreneurs to take their businesses online. However, when they make this decision, they also have to decide which type of […]
In this article, we will illustrate how to create custom taxonomies in WordPress from scratch and how to display them with your current WordPress theme. […]
People need potent individuals to impart their wisdom and experience to them. If you are someone who is experienced in a field, then there is […]