CSS code to get rid of space from Website Titel of Theme Twenty Twenty
-
Hi there I have an question about further coding in CSS.
So in CSS I’ve already got so far that only at the main start page the Header Title won’t show up any more. But there is still the space of it left. I really would like to get rid of that space so that I have more space for the video.
My CSS Code so far:
h1.entry-title {
font-size: 50px !important;
color: #000000 !important;
margin-top: 0px !important;
}.singular .entry-header {
padding-top: rem !important;
padding-bottom: 0rem !important;
margin-top: 0px !important;
}/* Hide logo from grecaptcha */
.grecaptcha-badge {
visibility: hidden;
}.site-description {
display: none !important;
margin: 0 !important;
padding: 0 !important;
}
/* Gap bettwen site titel bzw. Heaber */main {margin-top:0px;}
/* Social Media Icos in Footer Menu */
.svg-icon {
background-color: #6ea24d;
border-radius:40px;
color: white;
width: 50px; !important
}.menu-item-15989 .icon{
clear:none;
display:none;
}.menu-item-15990 .icon{
clear:none;
display:none;
}.menu-item-13035 .icon{
clear:none;
display:none;
}.menu-item-15204 .icon{
clear:none;
display:none;
}.menu-item-15988 .icon{
clear:none;
display:none;
}
.menu-item-15634 .icon{
clear:none;
display:none;
}.menu-item-13072{
padding-right: 10px;
line-height: 100px;
border-right: solid 2px black;
}.menu-item-15989{
line-height: 100px;
border-right: solid 2px black;
}.menu-item-15990{
line-height: 100px;
border-right: solid 2px black;
}.menu-item-13035{
line-height: 100px;
border-right: solid 2px black;
}.menu-item-15204{
line-height: 100px;
border-right: solid 2px black;
}.menu-item-15988{
padding-right: 15px;
line-height: 100px;
border-right: solid 2px black;
}.menu-item-15634{
line-height: 100px;
border-right: solid 2px black;
}.menu-item-13099{
padding-right: 15px;
line-height: 100px;
border-right: solid 2px black;
}.page-id-1101 .entry-header {
display: none;
}.page-id-11 .entry-header{
margin-top: 0px !important;
padding-top: 0px !important;
}.AGB_Menu {
margin-left: auto;
margin-right: auto;
text-align: left;
}
/* Schriftgröße von h5 anpassen */h5 {
font-size: 15px;
}form.wpcf7-form {
font-size: 15px;
font-family:lora, sans-serif;
}If you have any further CSS code imporfmants for me or better design ideas please let me know :)
Thanks for your help.
Kind regards from Germany.
Der Blog bei dem ich Hilfe benötige heißt (nur für angemeldete Benutzer sichtbar).
- Das Thema ‘CSS code to get rid of space from Website Titel of Theme Twenty Twenty’ ist für neue Antworten geschlossen.