Minifrontpage responsive

I'm interesting in the minifrontpage module, but i have a responsive template. Is possible that de module will be responsive??
12 years 2 months ago #1 by jordi

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

Hello,

Can i see your live link, so i can give a precise trick

Thanks
12 years 2 months ago #2 by ronysyz

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

Hi, thanks four reply !!!

I haven't the link, because i'm testing the web in a localhost.

I have the theme favourite of favtheme www.favthemes.com/themes.html

Thank you
12 years 2 months ago #3 by jordi

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

Actually, you will need to add several css codes for example
@media screen and (min-width: 761px) and (max-width: 980px) {
	.minifrontpage-default .mfp-table-cell-inner .mfp-img-right{
         widht: YOURSIZEpx
	}
 
	.minifrontpage-default .mfp-table-cell-inner .mfp-img-left{
         widht: YOURSIZEpx
	}
}
 
@media screen and (min-width: 981px) and (max-width: 1200px) {
       	.minifrontpage-default .mfp-table-cell-inner .mfp-img-right{
         widht: YOURSIZEpx
	}
 
	.minifrontpage-default .mfp-table-cell-inner .mfp-img-left{
         widht: YOURSIZEpx
	}
}
 
and ....

so you will need to adjust your codes based on your template

Sorry if you need a precise trick, i just try at your live site , so just prepare it for us

Great Thanks
12 years 2 months ago #4 by ronysyz

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

Thank you, when i up the web to a server, if i need help i reply in the forum, problably in 3 or 4 days.

Thank you very much
12 years 2 months ago #5 by jordi

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

okay, we will waiting you
12 years 2 months ago #6 by ronysyz

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

Powered by Kunena Forum