Home › Forums › Pro Support › More classes for masonry
- This topic has 8 replies, 2 voices, and was last updated 6 years, 9 months ago by
Sebastian.
-
AuthorPosts
-
November 26, 2016 at 3:08 am #1106
Sebastian
ParticipantIt would be good to add more classes to masonry listing in the next Update. Now is “.wp-show-post-inner” -> “.wp-show-posts-entry-header” + “.wpsp-social wpsp-social-center”. I would be better e.g. “.wp-show-post-inner” -> “.wp-show-post-inner-content” -> “.wp-show-posts-entry-header” + “.wp-show-post-inner” . You would have more possibilities to shape.
Are there any possibilities to expand immediately?
Thanks
Regards, Sebastian
November 26, 2016 at 2:38 pm #1109Tom
KeymasterHi Sebastian,
Any particular reason you would need a second inner container inside the posts? Maybe a code example?
November 28, 2016 at 1:31 am #1131Sebastian
ParticipantWith a second inner container I could make a border.
I quickly wrote something. I hope you can understand what I mean.
<html> <head> <style type="text/css"> body { background-color: gray; } .wp-show-posts-inner { background-color: white; width: 300px; height: 150px; position: relative; } .wp-show-post-inner-content { float: left; background-color: white; width: 280px; height: 130px; border: 1px solid #e5e5e5; position: relative; margin: 10px; } .wp-show-posts-entry-header { text-align: center; margin-top: 20px; font-size: 24px; } .wpsp-social { text-align: center; margin-top: 40px; padding-top: 10px; font-size: 16px; border-top: 1px solid #e5e5e5; } </style> </head> <body> <div class="wp-show-posts-inner"> <div class="wp-show-post-inner-content"> <div class="wp-show-posts-entry-header">Post Title</div> <div class="wpsp-social">FA TW G+ PI</div> </div> </div> </body> </html>
November 28, 2016 at 9:07 pm #1140Tom
KeymasterWhy not add the border to the wp-show-posts-inner element? That’s what the pro version does.
Let me know 🙂
November 30, 2016 at 11:13 pm #1153Sebastian
ParticipantI have tried, but it does not work. I want to do something like this, see screenshot.
December 2, 2016 at 12:43 am #1160Tom
KeymasterAny chance you can link me to the page you’re working with? I might be able to help with some CSS.
If not, I’ll definitely look at adding another container.
December 5, 2016 at 1:38 am #1163Sebastian
ParticipantHi Tom, Thanks for the help. I have only one test webpage. It would be great if you add a container at next update. There were then many possibilities to design, without change the current css. By the way, when will the next update appear?
December 5, 2016 at 9:29 pm #1166Tom
KeymasterVery soon! It’s been a big update, but I’m hoping to release it tomorrow 🙂
December 5, 2016 at 10:14 pm #1167Sebastian
ParticipantGreat, I’m very happy 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.