Title: Query about client-side summary box?
Last modified: June 7, 2021

---

# Query about client-side summary box?

 *  Resolved [rob33](https://wordpress.org/support/users/rob33/)
 * (@rob33)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/query-about-client-side-summary-box/)
 * Hi,
    Using your plugin and have read that this “must” be present in order for
   rich snippets to work. Just wondering if I can center it somehow as it’s appearing
   bottom left and whether the top right corner of summary box can be fixed. Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fquery-about-client-side-summary-box%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Suman Dhar](https://wordpress.org/support/users/sumand123/)
 * (@sumand123)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/query-about-client-side-summary-box/#post-14540112)
 * Hello [@rob33](https://wordpress.org/support/users/rob33/)
 * You can surely, achieve this requirement with some Custom CSS.
 * Kindly paste the CSS in the Customizer > Additional CSS
 *     ```
       .snippet-label-img {
           width: auto;
       }
       .snippet-title {
           padding: 0px;
       }
       ```
   
 * Please refer to the screenshot ​- [https://share.bsf.io/nOuP8OkK](https://share.bsf.io/nOuP8OkK)
 * While if you are looking to make the entire rich snippet box center –
 *     ```
       div#snippet-box {
           margin-left: 30%;
       }
       ```
   
 * Please refer to the screenshot ​- [https://share.bsf.io/jkuPlkLg](https://share.bsf.io/jkuPlkLg)
 *  Thread Starter [rob33](https://wordpress.org/support/users/rob33/)
 * (@rob33)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/query-about-client-side-summary-box/#post-14540511)
 * Thanks, that worked a treat. Appreciated.
 *  Thread Starter [rob33](https://wordpress.org/support/users/rob33/)
 * (@rob33)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/query-about-client-side-summary-box/#post-14595340)
 * I must learn css, my apologies. When I set posts to include both sidebars the
   summary box is off to the right. Would you kindly be able to advise of css that
   corrects this if possible.
 * Plus I notice in this post you refer to hiding the summary box but I’m unclear
   if this then tells google that the rich snippet is not valid?
 * [https://wordpress.org/support/topic/schema-summary-is-showing-in-the-web-pages/](https://wordpress.org/support/topic/schema-summary-is-showing-in-the-web-pages/)
 * Thanks
 * Post example is menspleasures.com/how-to-make-a-homemade-vagina/
 * Excuse the content :/
 *  [Suman Dhar](https://wordpress.org/support/users/sumand123/)
 * (@sumand123)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/query-about-client-side-summary-box/#post-14846639)
 * Hello [@rob33](https://wordpress.org/support/users/rob33/)
 * Q1) When I set posts to include both sidebars the summary box is off to the right.
   Would you kindly be able to advise of CSS that corrects this if possible?
    ->
   Here is CSS fix. Kindly paste the CSS in the Customizer > Additional CSS
 * div#snippet-box {
    margin-left: calc(100% – 80%); }
 * Q2) Plus I notice in this post you refer to hiding the summary box but I’m unclear
   if this then tells google that the rich snippet is not valid?
    -> If you are 
   using the All In One Schema Rich Snippets plugin adds the schema in MicroData
   format and which is visible in the front end. However, as per the strong recommendation
   of Google, MicroData should be clearly visible to the user.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Query about client-side summary box?’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-schemaorg-rich-snippets/assets/icon-256x256.png?
   rev=3287803)
 * [Schema - All In One Schema Rich Snippets](https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-schemaorg-rich-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-schemaorg-rich-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-schemaorg-rich-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-schemaorg-rich-snippets/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Suman Dhar](https://wordpress.org/support/users/sumand123/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/query-about-client-side-summary-box/#post-14846639)
 * Status: resolved