Home › Forums › All Other Themes › Spirited Pro Support
- This topic has 3 replies, 2 voices, and was last updated 5 years, 7 months ago by
Forum Moderator.
-
AuthorPosts
-
February 2, 2018 at 4:09 pm #93365
I have to things.
1. I had a support ticket on here a couple weeks back and got no response and now the ticket is gone. Is there anyway to find that ticket?
2. I am currently working with Spirited Pro and you can find the website at http://techtalentlink.com/wordpress/. We only have 3 team members and I was wondering if it could be spread out evenly on the page instead of all to the left.
February 5, 2018 at 6:35 am #93441Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.tmbox { width:31.8;} .tmthumbs { height:300px;} .tmthumbs img { min-height:300px;} .tmbox:nth-child(4) { margin-right:0;}
Regards,
ChrisFebruary 8, 2018 at 6:52 pm #93708Hi Chris,
I have applied the custom CSS and it still doesn’t spread out properly. It is currently on on the left side and isn’t centered in the middle/spread out evenly over 3 sections. Please let me know if there is additional code needed.
Kind Regards,
-WillFebruary 9, 2018 at 5:44 am #93731Hi,
Kindly Add this code there:
.tmbox { width:31.8%;} .tmthumbs { height:300px;} .tmthumbs img { min-height:300px;} .tmbox:nth-child(4) { margin-right:0;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.