- This topic has 5 replies, 2 voices, and was last updated 7 years ago by .
Centering widgets in Integral Pro theme
You must be logged in to reply to this topic.
Hello,
I’ve been setting up my website at http://corporate.lulafit.com .
The Stats and Team widget sections are not centered on the page. I’ve tried several different things in the CSS, and I am unable to find a fix that works. I’d appreciate your help!
To follow up, I figured out that the issue was the layouts. I only have 3 stats, so that worked out fine.
However, I have 5 team members, and there is only an option for 4 or 6. Is there a way to change that?
Hello,
The 5th team member should simply align to the left by default if you’ve set it to display 2 per row.
It can be tweaked but it will require adding some CSS code to target the 5th team member.
Hi Hans,
I want to be able to display 5 per row and have them be centered. I just switched it to two per row in the interim.
Can you provide me with the CSS required to make the change, please?
Thanks!
Hello,
You will need to switch it to display 6 per row and add the follow CSS to the Custom CSS field located in the Custom Code section of Integral Options.
.team .col-md-2 {
width: 19.99% !important;
}
You must be logged in to reply to this topic.