Blog post format - by myVapeshop - on WordPress WooCommerce support

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

  • Avatar: myVapeshop
    myVapeshop
    Participant
    June 13, 2019 at 16:08

    Hi there,
    I need to set the format of the blog post at the home page to appear as
    text on the left and image on the right.
    How can we do this?
    thanx

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 13, 2019 at 16:34

    Hello,

    Add the following code to page custom CSS http://prntscr.com/o1fope

    @media only screen and (min-width:480px) {
        .et-blog .content-timeline.post-grid .post-data {
            width: 50%;
        }
    
        .et-blog .content-timeline.post-grid .wp-picture {
            width: 50%;
            float: right;
        }
    }

    Regards

    Avatar: myVapeshop
    myVapeshop
    Participant
    June 13, 2019 at 16:55

    great
    thanx

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 13, 2019 at 17:11

    Hello,

    You are welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.