Mini FrontPage how to center thumbnail
- Posted by Carlos (3) Offline
- 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.
- Posted by Carlos (3) Offline
- Posted by TemplatePlazza (5310) Offline
Hi, try to add this code to your css file :
8 years 8 months ago #4
by TemplatePlazza
.minifrontpage-default .mfp-table-cell-inner .mfp-img-left {
float:none;display:block;width:100%;text-align:center;}
Please Log in or Create an account to join the conversation.
- Posted by Carlos (3) Offline
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
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
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline