This topic has 6 replies, 3 voices, and was last updated 4 years, 12 months ago ago by Olga Barlow
Hi,
May I ask why there is such an empty space here?
I tried to add -300px on design option>margin of the row, but it affects the phone version
What can I do?
Thank you
Hello,
Provide us with link to page where you found this gap. We can’t understand what is the reason by screenshot only, we need to inspect the page, so, always provide link in addition to screenshot.
Regards
I am really sorry. I did not mean it, I just forgot.
https://cyberwebhk.com/%e6%87%89%e7%94%a8%e7%a8%8b%e5%bc%8f%e5%8f%83%e8%80%83/
Thank you
Hi,
You can use custom classes to hide rows on large screens https://prnt.sc/q23kky
Then, use below code
@media (min-width: 1024px){
.hidden-row-lg{
display: none !important;
}
}
Regards,
Hung PD
Thank you
Hello,
You are welcome. Or don’t use row option to add the margin for the row http://prntscr.com/q294ya but use the column settings because you hide column for the desktop and margin will be also hidden in this case.
Regards
You must be logged in to reply to this topic.Log in/Sign up