Home › Forums › All Other Themes › change direction
- This topic has 7 replies, 2 voices, and was last updated 5 years, 10 months ago by
Forum Moderator.
-
AuthorPosts
-
November 13, 2017 at 6:19 am #87372
Hi
In footer – working hours: How can I change direction from this :
http://prntscr.com/h9q92ato be like this:
http://prntscr.com/h9qanbThe web page is :
http://alfossha.com/wp/Thanks
November 13, 2017 at 8:01 am #87376Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
.openingday { float:right !important;} .openingtime { float:left !important;}
Regards,
ChrisNovember 13, 2017 at 9:02 am #87381I did that but nothing changed, I want “days” in right and “hours” in left to be like that :
http://prntscr.com/h9qanb
Thanks Chris
November 13, 2017 at 9:08 am #87384Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
.timingbox .openingday { float:right !important;} .timingbox .openingtime { float:left !important;}
Regards,
ChrisNovember 13, 2017 at 9:24 am #87386Perfect, it’s working
can I reduce space between days and hours to be like that :
https://prnt.sc/h9qanb
not like that :
http://prntscr.com/h9s5ci
Thanks
November 13, 2017 at 9:42 am #87389Hi,
Kindly go to Appearance >> Customize>>Basic >> Scroll down to find Custom CSS and paste there:
.timingbox { width: 65%; float: right;}
Regards,
ChrisNovember 13, 2017 at 9:49 am #87391Thank you very much 🙂
November 13, 2017 at 9:52 am #87394Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/12/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.