- This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago by
vako.
-
AuthorPosts
-
May 14, 2019 at 2:12 am #35136
I have both Ashe layout and Ashe pro layouts, currently using just the regular Ashe layout. Here are my questions:
1. I created a numbered list on a page, but some of the numbers are cut off for some reason: https://www.liz-saucier.com/?page_id=801. I tried indenting it but it doesn’t indent. How can I fix this?
2. I saw on another person’s Ashe layout website that she edited the blog posts on her main blog page only. It doesn’t show up when you click a category or an individual blog post itself. I’d like to recreate what she did: she indented the content in the post and added a gray background to each post. I’d like how this sectioned off each post nicely. Is there a way to do this via the Ashe layout or Ashe pro?
Thank you!
May 14, 2019 at 5:27 pm #35152Hi Elizabeth,
At first, thank you for upgrading to the Pro version.
1. Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.post-content { padding-left: 12px; }
2. Can you please share the URL of the website for the showcase? Or can you please describe the details more clearly to better understand your request?
Kind Regards
May 14, 2019 at 9:27 pm #35173Hello vako,
1. But if I insert that CSS it indents ALL post text and it makes it look off as it’s slightly indented compared to the images. Is there any way to just edit the numbered list itself?
2. Unfortunately the girl’s site is down and I emailed her about it but haven’t heard back. If you go to my site, liz-saucier.com, for example, you’ll see the teal box surrounding my Instagram feed on the right. I’m talking about a background like that, surrounding each post on the blog page, starting with the Tiny Beautiful Things post. The teal background would surround the image, title, excerpt, Read More button, and comments section, then there would be the blank space after that with no background between each post. Each post would have the background. The background would be the width of the post as it is right now, and the image and text would have a greater margin surrounding it, so would be slightly smaller.
May 15, 2019 at 11:24 am #35184Hi Elizabeth,
1. Replace the previous CSS snippet with this one:
.post-content ol { padding-left: 30px; }
2. The grey layout for these posts are controlled not by the theme options, the posts on the blog page have the grey background if you mark the post as sticky on the wp editor, please check the screenshot.
Kind Regards
May 15, 2019 at 8:29 pm #35205Thank you so much for your help, you solved both issues! <3
May 16, 2019 at 11:26 am #35213You are welcome. Feel free to contact us anytime.
Kind Regards
-
AuthorPosts
- You must be logged in to reply to this topic.