Align on HP & ratings

Posted in: Newspaper
Post count: 494

Hi,

I use this code to align the titles on mudule 6

.td_module_6 .item-details {
display: flex;
align-items: center;
}

But now the ratings are on the right hand side. How could I have them below (and in line, not on 2 lines)?

Screenshot: https://ibb.co/fVyMPd
URL http://www.coupdepoker.com

Thanks for your help

Post count: 23312

Hello meri,

I have made a test on my website and the rating stars work as expected, as you can see here -> https://www.screencast.com/t/3a0goo3HjbX2 Everything seems to look good! Most likely, the error comes from your website. Try to make a new clean install from scratch via FTP way, clear all the caches and check the results. Also, remove all of the untested plugins if you are using something like this and check the results.

Hope this helps!

Thanks for your understanding!

Post count: 494

Hi Catalin,

If I remove the following code then the stars go below the title.

.td_module_6 .item-details {
display: flex;
align-items: center;
}

Maybe there’s an error in my code? Could you kindly help?

Post count: 494

Ok, a friend found the solution, I had to add the code flex-flow: wrap;
Hope it’ll help someone else.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.