Minifrontpage responsive
- Posted by jordi (7) Offline
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.
- Posted by ronysyz (191) Offline
Hello,
Can i see your live link, so i can give a precise trick
Thanks
12 years 2 months ago #2
by ronysyz
Can i see your live link, so i can give a precise trick
Thanks
Please Log in or Create an account to join the conversation.
- Posted by jordi (7) Offline
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
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
Please Log in or Create an account to join the conversation.
- Posted by ronysyz (191) Offline
Actually, you will need to add several css codes for example
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
@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
Please Log in or Create an account to join the conversation.
- Posted by jordi (7) Offline
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
Thank you very much
Please Log in or Create an account to join the conversation.
- Posted by ronysyz (191) Offline