- This topic has 5 replies, 2 voices, and was last updated 4 years, 6 months ago by
vako.
-
AuthorPosts
-
September 30, 2020 at 6:28 am #55453
First – thank you for what you do to help us confused web builders stay on track – keep up the good work.
My site: https://apatriotsvision.us/cms/
1 – On the home page post excerpts – I made the background behind the yellow posts a pink for more color – issue is that my css only works correctly when the post is a sticky – the top 3 – and then doesn’t work any longer on the non sticky posts – number 4 and 5. Apparently I used the wrong css hook.
2 – Also, I can’t find a way to make all the text in the posts and pages align to the left instead of being center justified. The client doesn’t like the way the words spread out to compensate.
3 – And lastly for now – I can’t find a way to make the post, page and sidebar titles sans-serif.
Thanks,
Michael
September 30, 2020 at 11:06 am #55460Hi Michael,
1. We cant create CSS snippet to look the same the ordinary and sticky posts, they have different size dimensions, here is the screenshot will clarify it: https://nimb.ws/wjJotx maybe you can make your sticky posts ordinary and they will have the same layout.
2.
.post-content > p { text-align: left !important; }
3.
.post-meta, .ashe-widget > ul li span, .ashe-widget > ul li span a, #wp-calendar thead th, #wp-calendar caption, h1, h2, h3, h4, h5, h6, #reply-title, #reply-title a { font-family: "san-serif" !important; }
Kind Regards
September 30, 2020 at 2:05 pm #55469Ok, I can make all of the sticky posts normal – if I do then what css do I use to create the same look as the stickys have now?
The 2 other solutions worked very well and are now off my list.
Thanks,
Michael
October 1, 2020 at 10:25 am #55476Hi Michael,
To be honest, I can’t understand the issue you experiencing at this moment with the posts, sticky posts had the space on the corners as we saw on your website and you requested to make this posts as usual so we recommended to unstick them.
If we are missing any part of the issue, please let us know.
Kind Regards
October 2, 2020 at 5:43 am #55509Update – I changed all of the posts to non-sticky, then went in and removed the css I had used to get the pink background out to the same size as the sticky background – presto, everything now looks and works correctly.
I’ll just manually resort any new posts until I don’t care if those first few are first or not.
Thanks,
Michael
October 2, 2020 at 10:45 am #55515You are welcome. Feel free to contact us anytime.
Kind Regards
-
AuthorPosts
- You must be logged in to reply to this topic.