MediaWiki:Vector.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary |
EnWikiAdmin (talk | contribs) No edit summary |
||
Line 63: | Line 63: | ||
body.page-Test_page #firstHeading { | body.page-Test_page #firstHeading { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Hide the pre-content heading holder on Test_page in mobile view */ | |||
@media (max-width: 1120px) { /* Adjust the breakpoint as needed */ | |||
body.page-Test_page .pre-content.heading-holder { | |||
display: none !important; | |||
} | |||
} | } |