"Learn More" overlapping
- The topic ‘"Learn More" overlapping’ is closed to new replies.
Need help? Check out our Support site, then
The ORGANIZATION theme is great. But I found one problem. When the home page first loads (Chrome, IE), the “Learn More” buttons of the three middle columns overlap the text. A “refresh” clears it, but can this be fixed or is there a work-around to make it play nice?
Keith
The blog I need help with is: (visible only to logged in users)
Hi Keith,
Thanks for the compliments on the theme. Could you try adding the following style to see if it resolves the issue for you?
.home-pages .text-holder {
display: inline-block;
width: 100%;
box-sizing: border-box;
}
Thanks!
Thank you. That worked well.
You’re welcome, glad that helped.