Sök i databasen
-
CSS
-
Themes
-
Plugins
- Change Product Description Tab and Titles in WooCommerce
- Hemsida dålig laddtid vid besök första gången
- Elementor Posts Widget Title Length
- Browser downloads file when opening a page
- Greatly Improve the Entrance Animations
- WooCommerce Tabs as Accordion
- Align checkboxes to the right
- Widget Panel Not Loading
- Elementor Scroll Offset Menu Anchors
- Elementor List Icon fix
- MAINWP – Kod för att se Server-IP
- Locked out from Updraftplus Dashboard
-
Wordpress
-
Server
-
Windows
-
Browsers
-
WooCommerce
< All Topics
Print
Password Protected Pages
Posted2024-06-12
Updated2024-09-01
Snygga till Password Protected Page
.post-password-form {
padding-top: 100px;
}
.post-password-form input[type=submit] {
padding: 21px 28px;
border-radius: 2px;
margin:10px;
}
eller
.post-password-form {
text-align: center;
margin: 10% 30%;
padding: 20px;
background-color: #F4F4FF;
border: solid 2px #cccccc;
border-radius:10px;
}
.post-password-form input[type=submit] {
margin-top: 20px;
}