Comments Xuso started the conversationMarch 22, 2018 at 9:42amHi, I'm configuring this on the pages:You have to put a Padding Top and a Padding Bottom. All its ok but when i open the website on mobile, its too large. How can i change this on mobile versiĆ³n? Thanks 4,774Michael repliedMarch 22, 2018 at 2:02pmHI!Unfortunately, your site doesn't loadXuso repliedMarch 22, 2018 at 2:13pmOfc its on local network, can you explain me where i can make this responsive? Thanks. 4,774Michael repliedMarch 22, 2018 at 2:45pmtry use following css: @media (max-width:767px) { .page-title { padding-top:0px !important; padding-bottom:0px !important; } } 1 Like Sign in to reply ...
Hi, I'm configuring this on the pages:
You have to put a Padding Top and a Padding Bottom. All its ok but when i open the website on mobile, its too large. How can i change this on mobile versiĆ³n? Thanks
HI!
Unfortunately, your site doesn't load
Ofc its on local network, can you explain me where i can make this responsive? Thanks.
try use following css: