Home › Forums › All Other Themes › sections – services
- This topic has 7 replies, 2 voices, and was last updated 7 years, 6 months ago by
Forum Moderator.
-
AuthorPosts
-
March 9, 2016 at 1:50 pm #26169
Hi,
I have 2 issues with the sections.
1. In services I have only 6 services – on first page I would like them to be displayed centered. They are displayed to the left. How can I change this?2. I have only one team member. I would like the thumbnail to be displayed centered. It’s displayed to the left. How can I change this?
Thanks,
StefanMarch 10, 2016 at 4:46 am #26248Hi Stefan,
Kindly show us your website URL.
Regards,
BradMarch 10, 2016 at 3:02 pm #26324Hi Brad,
Pls check it at www.centrulpsi.ro
Thanks,
StefanMarch 11, 2016 at 6:56 am #26423Hi Stefan,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
#ourServices .services-list{ display:table-cell !important;}
.teammember-list {float: none !important; margin: 3% auto 0 !important;}Regards,
DaveMarch 11, 2016 at 4:43 pm #26503Hi Dave,
This did not work for services: #ourServices .services-list{ display:table-cell !important;}
this did the job for the “team section” – .teammember-list {float: none !important; margin: 3% auto 0 !important;}What do you suggest?
Regards,
StefanMarch 14, 2016 at 7:17 am #26700Kindly add this code in custom css box:
#ourServices .services-list{ display:table-cell !important; float:none !important;}
Regards,
DaveMarch 14, 2016 at 10:04 am #26709Hi Dave,
This did the trick. Thanks,
StefanMarch 14, 2016 at 11:36 am #26716Great.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.