This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Olga Barlow
Hello,
In the blog section such as here https://www.camphillmournegrange.org/covid-19-measures-taken-by-mourne-grange/ the next and previous post titles under the current post are not aligned to the above SOCIAL area. The left side seems fine however not the right side.
Please see screenshot https://drive.google.com/file/d/1-bVE3oqxcmKOuc_Bf0CRJ4JoHc8zmr6h/view?usp=sharing
Many thanks,
Hello,
Go to Theme Options > Custom CSS and add the following custom
@media (min-width:479px) {
.post-next-prev {
display: flex;
justify-content: space-between;
align-items: center;
}
.post-next-prev .span6 {
width: 50%;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up