Home › Forums › All Other Themes › blog
- This topic has 9 replies, 2 voices, and was last updated 7 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
May 1, 2017 at 5:39 pm #70852
Hi
can you have a look at the blog section on my home page please, none of it lines up
http://www.embellishevents.co.uk/
its for the girlie pro theme
many thanks
deanMay 2, 2017 at 5:18 am #70873Hi Dean,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.news-box .news-thumb img{min-height:300px;}
Regards,
DaveMay 3, 2017 at 3:08 pm #71095Hi dave,
thanks for this
all images now line up
how do i move the “read more” buttons down a bit as they are just touching the bottom of the text
thanks
deanMay 4, 2017 at 6:09 am #71130Hi Dean,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.news { min-height:330px;}
Regards,
ChrisMay 4, 2017 at 8:25 am #71143All Good thanks Chris A+++
DeanMay 4, 2017 at 8:43 am #71145🙂
May 15, 2017 at 6:16 pm #72210Hi
I have just looked at my site on a ipdad and the bottom blog boxes still not line up, if I look on my pic they line up
Would you be able to look at it for me so that when mobile or tablet users look at my site they see it all lined up
www.embellishevents.co.uk
Many thanks
DeanMay 16, 2017 at 6:38 am #72235Hi Dean,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (min-width:768px) and (max-width:1023px) {
.news-box .news-thumb img { min-height:190px;}
.news { min-height:510px;}
}@media screen and (min-width:1024px) and (max-width:1169px) {
.news-box .news-thumb img { min-height:260px;}
.news { min-height:410px;}
}Regards,
ChrisMay 16, 2017 at 12:27 pm #72335Thanks chris
perfect
cheers
dean
embellish eventsMay 16, 2017 at 12:46 pm #72341🙂
-
AuthorPosts
- You must be logged in to reply to this topic.