Review

Home Forums Gravida Support Review

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #210534
    Kor van de BuntKor van de Bunt
    Participant
    • Topics: 103
    • Replies: 315
    • Total: 418
    Member since: June 3, 2015

    Hi,

    Is it possible to indent the text of the review on all pages, so that the text starts at the block of hours. Now the text of the riview starts at the very beginning of the page, see screenshot
    https://ibb.co/RQY528p

    Regards,

    Kor

    #210537
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .wpcr3_respond_1.wpcr3_in_content {
      padding: 0 15px !important;
    }

    Regards,
    Chris

    #210570
    Kor van de BuntKor van de Bunt
    Participant
    • Topics: 103
    • Replies: 315
    • Total: 418
    Member since: June 3, 2015

    Hi,

    Is it possible for it to move even further to the right, so that the opening text coincides with the hour block?

    See screenshot
    https://ibb.co/jWZcJgg

    Regards,

    Kor

    #210607
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    @media screen and (min-width:1024px) and (max-width:1169px) {
    .wpcr3_respond_1.wpcr3_in_content { width: 100%; padding: padding: 0 33px !important;}
    }

    Regards,
    Chris

    #210626
    Kor van de BuntKor van de Bunt
    Participant
    • Topics: 103
    • Replies: 315
    • Total: 418
    Member since: June 3, 2015

    Thankx

    #210636
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Welcome 🙂

    Regards,
    Chris

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.