Subscribe box: full-width of page?
- The topic ‘Subscribe box: full-width of page?’ is closed to new replies.
Need help? Check out our Support site, then
Please can someone help? When I’m in my page editor, the field used to enter your email address (to subscribe to the blog) runs the full width of the page, but on the live site it appears much shorter (not even half the page width). Everything else on my page is nicely centered so this one component is niggling at me. Any advice is much appreciated! Thank you :)
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following css snippet.
form #subscribe-email input.no-border-radius {
width: 100%;
}
Thanks
Thank you! That appears to work when I’m in the page editor, but isn’t reflected on the live site after saving/updating. Any idea why that may be? I’ve found that a lot of things (such as header stylings, etc.) change between the page editor and live…
Hi,
I am able to see fullwidth subscription field at the live site.
Please guide me, if i am missing something.
Thanks
You’re absolutely right! It’s working perfectly. I imagine my page was cached before (silly me!). Thank you for your help :)