Home › Forums › All Other Themes › Nature One Pro, home page title spacing
- This topic has 17 replies, 2 voices, and was last updated 7 years, 7 months ago by Nigel.
-
AuthorPosts
-
March 29, 2017 at 12:10 pm #67287
http://snuginstallations.co.uk/wordpress/
can you let me know the fix for the home page title spacing between the top of the title text and the bottom of the slider, they’re touching, need about 10px spacing
March 29, 2017 at 12:27 pm #67293Hi Nigel,
Add this code in Custom CSS Box:
.slider-wrapper{margin-bottom:25px;}
Regards,
DaveMarch 29, 2017 at 1:39 pm #67324dave, just spotted another issue on this theme, this one is the post ‘featured image’, it’s being squashed to fit a box, can this be changed? see http://snuginstallations.co.uk/wordpress/new-testimonial/
March 29, 2017 at 2:42 pm #67330sorry Dave, the client has spotted a 3rd issue with the theme, under the featured image on a page there’s a horizontal rule with a drop diamond. this is not in the centred on the title (or the title is not centred?)
can you supply a fix please?
March 30, 2017 at 5:18 am #67377Hi Nigel,
Add this code in Custom CSS Box:
#slider-page::before, #slider-page::after{right:49% !important;}
Regards,
DaveApril 3, 2017 at 10:41 am #67766Dave
the code works on desktop devices but NOT mobile
April 3, 2017 at 10:45 am #67767the slider text code you sent works OK on mobile but not tablet, please advise
April 3, 2017 at 10:56 am #67769Add this code in Custom CSS Box:
@media screen and (max-width:479px){
#slider-page::before, #slider-page::after{right:44% !important;}
}Regards,
DaveApril 3, 2017 at 12:19 pm #67788thanks Dave but there’s still a problem on tablet size
April 3, 2017 at 1:07 pm #67806Hi Nigel,
Add this code in Custom CSS Box:
@media screen and (min-width:991px) and (max-width:1024px){
.slide_info { width:55% !important;}
}Regards,
DaveApril 3, 2017 at 1:20 pm #67813still got the error
April 3, 2017 at 1:26 pm #67817Kindly remove the cache of your browser and check again OR can you tell us the resolution where it happens?
Regards,
DaveApril 3, 2017 at 1:28 pm #67818Hi Nigel,
Kindly remove previous code and add this code in Custom CSS Box:
@media screen and (min-width:991px) and (max-width:1169px){
.slide_info { width:55% !important;}
}Regards,
DaveApril 4, 2017 at 7:09 am #67881can we resolve #67766 now please?
April 5, 2017 at 10:15 am #68037Hi Nigel,
It seems that you have removed the screenshot. Could you send us a screenshot #67766 again.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.