- This topic has 2 replies, 2 voices, and was last updated 8 years, 11 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!
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]