• Resolved Anonymous User 16529267

    (@anonymized-16529267)


    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 to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WebToffee

    (@webtoffee)

    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.

    Thread Starter Anonymous User 16529267

    (@anonymized-16529267)

    Hi @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.