Custom CSS destroy Mobile Devices home page display

Posted in: Newspaper
Post count: 53

Hello,
I used the following code to hide the excerpt on the home page
.home .td-excerpt{
display: none;
}
but this created white space for this i asked for help and got to know the following code which helped on the desktop
.td_block_12 .td-module-title {
position: relative;
top: 50px;
}
But on mobile devices, it displaced the titles and pushed them down as you can see in the following screenshot
http://prntscr.com/kayrxd
How can we fix this on mobile devices?

Post count: 20688
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.