Footer Responsive Problem
-
Hi there,
So right now I have this problem with my footer that it isn’t responsive as I thought. The Problem shows when you switch to your phone. On Desktop vision it looks how it should. I have done some research but I can’t really find a solution for my problem to get the footer responsive over CSS. For a better look of the Problem this is the CSS code that i aded for the footer so far:
/* Footer Design Code */ .menu-adresse-container {
font-family: lora, sans-serif;
font-size: 12px;
font-weight: 550;
} .menu-email-container {
font-family: lora, sans-serif;
font-size: 12px;
font-weight: 550;
} .menu-telefon-container {
font-family: lora, sans-serif;
font-size: 12px;
font-weight: 550;
} .menu-fax-container {
font-family: lora, sans-serif;
font-size: 12px;
font-weight: 550;
} .menu-footer-container {
font-family: lora, sans-serif;
font-size: 12px;
font-weight: 550;
} .footer-adresse{
font-family: lora, sans-serif;
font-size: 17px;
font-weight: 550;
color: #FFFFFF;
margin-bottom: -50px !important;
} .footer-email{
font-family: lora, sans-serif;
font-size: 17px;
font-weight: 550;
color: #FFFFFF;
margin-bottom: -50px !important;
} .footer-telefon{
font-family: lora, sans-serif;
font-size: 17px;
font-weight: 550;
color: #FFFFFF;
margin-bottom: -50px !important;
} .footer-fax{
font-family: lora, sans-serif;
font-size: 17px;
font-weight: 550;
color: #FFFFFF;
margin-bottom: -50px !important;
} .footer-youtube{
background: #6ea24d !important;
color: #FFFFFF !important;
} .footer-instagram{
background: #6ea24d !important;
color: #FFFFFF !important;
}Help would be really great. I’m running out of solutions.
Thanks you very much.
Kind Regards Julius
The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Footer Responsive Problem’ is closed to new replies.