Hi there! I want to have the second column of the footer where the image is to be in the middle middle. And maybe to have the third column to be more on the right. can u help me pls
i think i solved it on my own but i have antoher problem. if u have look at the pic u see the 2 marked sections.
1. How can i change the color section so it is full height?
2. The Image/logo should be mor centered
Hi!
1-Please add following code to Quick CSS
@media only screen and (max-width: 768px) {
.av-parallax.avia-full-stretch.active-parallax { background-size: cover !important; }}
2- You have following code in Quick CSS
#footer #text-8 .textwidget {
margin: auto !important;
padding-top: 75px !important;
padding-left: 100px !important;
}
Please adjust it to center perfectly
Best regards,
Yigit
ok maybe i didnt tell you exactly what i want.
1. I want the background image with the parallax to be the same height as the background color blue of the color section. if i use your code from 1. it is smaller then before.
2. Ok i do it
Hi!
You can try this:
@media only screen and (max-width: 768px) {
#top #av_section_3 .av-parallax.avia-full-stretch {
background-size: cover !important;
background-position: 0% 50% !important;
top: -50%;
}
}
Remove browser cache then reload the page.
Cheers!
Ismael
ok that works perfectly! ty again !!