I want to change my section with responsive tablet design like the mobile option
how can I do this?
thanks
Hii @JVallejo7
Currently, HubSpot is providing the facility of desktop as well as mobile-only to make changes at the page level, for tablet mode, you have to do it manually by giving CSS in your CSS file for its viewport like
@media(min-width:768px) and (max-width:1024px){
//Write your CSS here
}
Hope this helps! If we were able to answer your query, kindly help the community by marking it as a solution. Thanks and Regards.
Why isn´t it in tablet mode?
Thanks