Title: Custom text width/margin
Last modified: October 13, 2018

---

# Custom text width/margin

 *  Resolved Anonymous User 16529267
 * (@anonymized-16529267)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/custom-text-width-margin/)
 * The plugin leaves no margin on my side. The text spans the whole page and that
   does not look pretty.
 * If I set the width to 80%, the whole cookie info changes it width. But I want
   the cookie info to be full width and only the text to be 80% width, so there 
   is room left and right on the edge.
 * Can someone help me with the CSS? Thanks in advise!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-text-width-margin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/custom-text-width-margin/#post-10780293)
 * Hi @cxlxin,
 * We can help you set it up via code snippet. Please add the below code to your
   active theme’s style.css
 *     ```
       #cookie-law-info-bar span {
           display: block;
           width: 80%;
           margin: 0px auto;
       }
       ```
   
 * If you like the plugin, **[leave us a review.](https://wordpress.org/support/plugin/cookie-law-info/reviews/#new-post)**
 *  Thread Starter Anonymous User 16529267
 * (@anonymized-16529267)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/custom-text-width-margin/#post-10781588)
 * Hi [@webtoffee](https://wordpress.org/support/users/webtoffee/),
 * Thank you for the quick reply. Your solution worked!

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

The topic ‘Custom text width/margin’ is closed to new replies.

 * ![](https://ps.w.org/cookie-law-info/assets/icon.svg?rev=3007243)
 * [CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)](https://wordpress.org/plugins/cookie-law-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-law-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-law-info/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-law-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-law-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-law-info/reviews/)

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [margin](https://wordpress.org/support/topic-tag/margin/)
 * [text](https://wordpress.org/support/topic-tag/text/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 2 replies
 * 2 participants
 * Last reply from: Anonymous User 16529267
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/custom-text-width-margin/#post-10781588)
 * Status: resolved