Mini FrontPage how to center thumbnail

I would like to center the tumbnails using mini frontpage
9 years 1 month ago #1 by Carlos

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5325) Offline
Hi, Could you let me know the URL of your site so I can take a look?
9 years 1 month ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

www.colegioalazne.com/joomla32/

Thanks in advances
9 years 1 month ago #3 by Carlos

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5325) Offline
Hi, try to add this code to your css file :
.minifrontpage-default .mfp-table-cell-inner .mfp-img-left {
float:none;display:block;width:100%;text-align:center;}
9 years 1 month ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Hi
I added your code but the tumbnail appeared not clear. Finnally, I changed your code so:

.minifrontpage-default .mfp-table-cell-inner .mfp-img-left {
float: none;
margin: 0px 10px 10px 25px;
display:block;
width:80%;
}

and I chanched the thumbnai's size (350 x 200) and it's perfect.

Thanks
9 years 1 month ago #5 by Carlos

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5325) Offline
Ok, glad you've managed to solve the problem ;)
9 years 1 month ago #6 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum