Can you help with inproper alignment?
-
Here is the issue:
I’m using Paid Memberships Pro and if you’re not a member, it displays a ‘Join Now’ message
to restrict you from entering the site. Only paid members are allowed to the site.
Unfortunately, the message aligns to the left of the screen. I tried using a CSS style to center it on the page. The result is sometimes it centers it and sometimes it doesn’t. It’s hit or miss!
The styling in CSS is:
.centered-content { text-align: center !important; font-size: 2rem !important; margin: 20px auto !important;}
The html code snippet is
<div class="centered-content">
This content is for !!levels!! members only.<br />
<a href="!!levels_page_url!!">Join Now</a>
</div>To me, it sounds like a caching issue of some sort. I downloaded your product, but I don’t know which settings to use to empty the cache that maybe causing the problem. Can you provide some guidance on how to troubleshoot my issue? I’m not sure if it’s a brower, server-side, cdn caching issue.
Thanks,
Ron
- The topic ‘Can you help with inproper alignment?’ is closed to new replies.