Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
thejadedraver
tagDiv Member

Thanks for your help on that. I ended up adding the following code below to the custom CSS Section which seems to be doing the trick well. Custom CSS panel is a fantastic feature, didn’t realize how easy it was to make edits there.


@media
only screen and (max-device-width: 480px) {
.td-post-template-4 .td-post-header {
padding-top: 0;
border-bottom: 0;
max-height: 200px;
}
.meta-info {
display: none;
}
.td-post-template-4 header h1 {
margin-bottom: 15px;
position: relative;
right: 2px;
}
}

Viewing 1 post (of 1 total)