Hi,
Looking at the CSS file, seeing that the top property is set to 20%. While I agree aesthetically this is nice, I have a customer that wants more text in those boxes. Trying to figure out where to reduce the top% for those boxes.
Within the viewable CSS file on the site when it renders, I’ve narrowed it down to this piece of code, but can’t find that in my own style sheets on the server or edit successfully through wordpress.
* = Section Second CSS Services
————————————————————– */
#ser-full { padding:0; width:100%;}
#ser-full .container, #ser-full .services { width:100%; position:relative;}
.services .services-box { width:33.3%; float:left; text-align:center; position:relative; max-height:401px;}
.services .services-box img { width:100%; height:401px;}
.services .services-desc { position:absolute; z-index:99; top:0; left:0; right:0; margin:0 auto; min-height:401px;}
.ser-content { position:absolute; top:20%; padding:40px 35px; color:#ffffff; left:0; right:0; margin:0 auto;}
.ser-content h2 a { color:#ffffff; font-weight:bold;}
Any assistance/advice is appreciated.
Thanks!