Jump to content

4.7 Server - Small CSS Question


DigitalRebel
Go to solution Solved by Luke,

Recommended Posts

DigitalRebel

In older versions, I had used the following CSS to simply center my cards to better align them with the already centered headers.  In 4.7 this isn't working any more.

I looked over the new CSS being used and ".vertical-wrap" is still there and I can't seem to find the right changes to make this work.

Any suggestions would be very welcome.

Quote

.vertical-wrap {
    justify-content: center;
}

2022-05-20_08-58-52.thumb.png.cc2ee5664d97b6e675a04871032c9e68.png

Link to comment
Share on other sites

  • Solution

Hi, yes that won't work anymore when the virtual scroller is used because the elements are positioned absolutely and therefore won't be impacted by that.

I'd like to get them centered when there's only a few but it's tricky.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...