SurTri
1
My website is :TOAIArt.com
This is my text layout on my Desktop- Main page :
I created this section by adding HTML code in ‘Rich Text’ section.
But it does not look good on Mobile . Hence I want to change it … to a simpler format.
Where can I insert HTML code for mobile devices?
Hi [email removed]SurTri
I am Richard Nguyen from PageFly - Advanced Page Builder. I would love to give you some recommendations.
Go to Online Store > Themes > Edit Code > theme.liquid : after paste this code before element
@media (max-width:767px){
.one-third-column{
width:46% !important;
margin-top: 0px !important;
padding-top: 0px;
}
.one-third-column img{
heigh:185px !important
}
}
Best Regards;
Richard-pagefly
SurTri
3
Hi Richard , thanks for your response.
However there is no element in theme.liquid
Hi SurTri,
you can see it here
@media (max-width:767px){
.one-third-column{
width:46% !important;
margin-top: 0px !important;
padding-top: 0px;
}
.one-third-column img{
heigh:185px !important
}
}
SurTri
5
Thanks a lot Richard , Your solution worked for me !!