Home › Forums › All Other Themes › Gravida feature boxes homepage
- This topic has 9 replies, 3 voices, and was last updated 8 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
March 25, 2016 at 12:24 pm #28092
Hello,
The first box on the homepage won’t scale, I tried the code; .feature-box{max-height:210px !important;} but than the text just walks out of the border.
The other 3 boxes are working good.
March 25, 2016 at 12:39 pm #28098It’s solved already, the problem was i copyed text in the page from another document so with different Styles i guess.
March 29, 2016 at 7:17 am #28460Oh Okay cool.
Regards,
ShriMarch 29, 2016 at 10:16 am #28491The problem is back, i cant figure out whats the problem, now i got the problem on the first 2 boxes.
March 29, 2016 at 12:23 pm #28514When im in Customize mode the box is working fine. Also the page that is linked to that box is smaller than all my other pages, no idea why
March 29, 2016 at 12:27 pm #28515Hi Nick,
Kindly show us your website URL.
Regards,
BradMarch 30, 2016 at 12:06 pm #28675www.behangersbedrijfvdvijver.nl
March 30, 2016 at 12:32 pm #28682Hi Nick,
Kindly go to Appereance>>Customize>>Custom CSS Box
Add this code there:
@media screen and (min-width:980px) {
.feature-box a{position:absolute; left:35%; bottom:15px;}
.feature-box{ position:relative; min-height:245px;}
}Regards,
BradMarch 30, 2016 at 12:40 pm #28684Thank you! Solved.
March 30, 2016 at 12:44 pm #28686Great 🙂
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.