Melvin Portfolio Problem - Question | JoomShaper

Melvin Portfolio Problem

GL

GIOACCHINI LEONARDO

Extension 1 year ago

Hi, I'm using melvin in joomla version 4. I have serious problems with the Portfolio extension because viewing an article ( for example https://scalpingschool.it/corsi-scalping/corso-scalping-facile) from a smartphone the text of the content is not responsive and is squeezed on a very narrow vertical column.
Because of this the Portfolio is unusable (also because now most of the site views come from smartphones..) I saw that also on the demo version of melvin on JOOMSHAPER.COM there is the same problem. How can it be solved? Thanks for help

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #112632

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
GL
GIOACCHINI LEONARDO
Accepted Answer
1 year ago #112636

in this reply is impossible include an image as allegate , but both in melvin portfolio article on official joomshaper demo that in this specific article "https://scalpingschool.it/corsi-scalping/corso-scalping-facile", if you look from a smartphone you see the content of the article formatted by 1-2 words per line. It seems a responsive problem, but being PORTFOLIO a plug-in I do not know where I have to edit: if you give me an email where to send the specific image of the problem I do it

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #112762

Hi

Use this custom CSS



@media (max-width: 844px){
.sp-simpleportfolio.sp-simpleportfolio-view-item {
    padding: 0 !important;
}
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0