Blog align issues - by fredwerk - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow

  • Avatar: fredwerk
    fredwerk
    Participant
    March 17, 2020 at 16:32

    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,

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    March 17, 2020 at 18:49

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.