Forum Replies Created
-
AuthorPosts
-
December 12, 2024 at 9:42 am in reply to: Hiding Elements based on user role and reflowing content. #1473475
Thanks for your help Ismael.
Here are two screen grabs. User A has full access. User B has some hidden content, but the hidden elements are still holding blank spaces.
https://img.savvyify.com/image/User-B-empty-spaces.9xktO
https://img.savvyify.com/image/User-A-Full-Access.9xIYzThanks
Nick- This reply was modified 1 week, 3 days ago by Nick_Skehan. Reason: Typo
December 11, 2024 at 1:23 pm in reply to: Hiding Elements based on user role and reflowing content. #1473426Thanks, Ismael.
Perhaps I am not explaining myself or maybe overexplained!; when an item is hidden on a page, how do I prevent there being blank white spaces where the hidden item has been removed?
What I would like is for the other elements to flow into the empty white spaces. This is the CSS I have tried, but the spaces are not being filled out.
CSS:
#av_section_2 {
display: flex; /* Enable flexbox layout */
flex-wrap: wrap; /* Allow items to wrap to the next row if necessary */
justify-content: flex-start; /* Align items to the left */
padding: 0; /* Remove internal padding */
margin: 0; /* Remove external margins */
height: auto; /* Adjust height dynamically */
gap: 10px; /* Optional: Add spacing between items */
}#av_section_2 > .flex_column {
flex: 1 1 auto; /* Allow items to grow and shrink dynamically */
margin: 0; /* Remove margin between elements */
padding: 0; /* Remove internal padding */
}Each of the Elements is contained within a column layout element.
I’m not sure if I need to open another topic on this. But here is my issue.
I want to reduce the size of the colour section on the homepage that contains the video overlay, but the height will not be reduced no matter what option I pick.
I have also tried to give it a custom ID and add that to the CSS, but nothing seems to work.
Can you advise?
Thanks
NickThanks for that Ismael
However the date does not disappear, I have disabled it on the Meta Elements section and added the code to the CSS, but the date is still on the blog posts.
I have tried adding it to the Style.css and the CustomCss but no joyThanks
NickHi Mike, if you could return to me regarding hiding the date, also can I order the blog posts I created to display the oldest post first?
Thanks in advance.
NickThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts