Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi Codeless team ,
I am using tower theme . I add portfolio section using visual composer on a page. But it not responsive on mobile screen. when i check its css there is “!important ” use. why use !important . there are many issues in your theme.
My website url :- https://www.innerworkcompany.com/staging/
Hello,
-The portfolio elements of visual composer are responsive. The use of !important
has it’s purpose and it’s not the reason for any responsiveness issue.
-What other issue have you experienced with Tower theme? Let us know so we can help.
Did you add any custom css code? or made any changes to theme files?
Please add this code into your custom css box:
@media (max-width: 480px){
.four-cols .portfolio-item.basic { width: 100% !important;}
}
Note: This is Specular theme support forum. You have Tower theme installed. Please be careful to write at your theme’s support forum. So there would be no misunderstanding that waste our time and yours. Also it messes this forum and confuses other customers in finding the right answer to their problems.
Thank you for understanding and cooperating.
Best regards!
@media (max-width: 480px){
.four-cols .portfolio-item.basic { width: 100% !important;}
}
This css not working in tower theme . please provide other solutions .
Hello,
I see the portfolio items do display as it should in mobile (screenshot). Please clear cache and refresh page.
Best regards!
You must be logged in to reply to this topic.