Mini FrontPage how to center thumbnail

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

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

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

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

www.colegioalazne.com/joomla32/

Thanks in advances
8 years 8 months ago #3 by Carlos

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

  • Posted by TemplatePlazza (5310) 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;}
8 years 8 months 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
8 years 8 months ago #5 by Carlos

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

  • Posted by TemplatePlazza (5310) Offline
Ok, glad you've managed to solve the problem ;)
8 years 8 months ago #6 by TemplatePlazza

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

Powered by Kunena Forum