[wp-meta] [Making WordPress.org] #6303: Content is currently hidden behind the footer
Making WordPress.org
noreply at wordpress.org
Tue Nov 12 23:20:41 UTC 2024
#6303: Content is currently hidden behind the footer
--------------------------+---------------------
Reporter: umesh84 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: WordPress.tv | Resolution:
Keywords: has-patch |
--------------------------+---------------------
Comment (by fishsnatcher):
To fix this issue, you can adjust the CSS to ensure that the footer
doesn’t overlap with the bottom page content on smaller screens. Here are
a few common solutions:
Solution 1: Add Padding to the Bottom
Add padding to the bottom of your page container to ensure there's space
above the footer on small devices. This can be done with CSS:
{{{
@media (max-width: 768px) {
.page-content {
padding-bottom: 100px; /* Adjust the value as needed */
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6303#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list