• Resolved WIZZs

    (@wizzs)


    Hi,

    In my custom CSS I’ve added following code to box-in each review.

    .gr-reviews .dashicons{
    		font-size:40px;
      	margin: 0px 25px 35px 0px;
      	color:#F7B800;
    }
    .gr-review{
      	padding:25px;
      	box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    }

    This works fine when using the shortcode below:
    [good-reviews category="alle_referenties"]
    (see: link)

    But the reviews on another page are placed outside the box:
    [good-reviews cycle="fader"]
    (see: link)

    I’ve also tried to add the same CSS for .gr-review-cycle, but this resulted in a box inside a box.

    How can I box-in the reviews and use it with both ways of presenting them?
    Thanks!

    • This topic was modified 4 years, 6 months ago by WIZZs.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS to box in review’ is closed to new replies.