ktmhocks37
04-07-2021
06:07 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
when I add the read more button on a blog post, it auto aligns left. looks wierd on desktop and not as terrible on mobile. There is no option to edit or center the button? I tried putting spacers on both sides and in the builder looked like it would work, but then published in only bumped the button down a spot. Is there something in a template somewhere to make the read more button always centered?
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
1 Best Answer
PaulMathews
04-07-2021
01:29 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Best Answer
@ktmhocks37 In the Site Editor, click "Settings" then "SEO" in the left-hand sidebar then scroll down to the "Header Code" box. Paste in the following code:
<style> .blog-post .blog-read-more { text-align: center!important; } </style>
2 REPLIES 2
PaulMathews
04-07-2021
01:29 PM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Best Answer
@ktmhocks37 In the Site Editor, click "Settings" then "SEO" in the left-hand sidebar then scroll down to the "Header Code" box. Paste in the following code:
<style> .blog-post .blog-read-more { text-align: center!important; } </style>
ktmhocks37
04-15-2021
04:31 AM
Thread Options
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thanks, that worked.
Reply
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report