Hi,
Is it possible to put a button centered and on the bottom of color section?
Now I have a centered logo and want to contact button centered and on the bottom of the 100% color section.
I tried all sorts of css code but I cannot find the solution.
I tried this code:
.downunder { position:relative !important; bottom: 40 !important; }
but it does not work.
Can you help me out?
THX Freek
Hey Freek,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #av_section_1 .template-page.content.av-content-full {
vertical-align: bottom;
padding-bottom: 60px;
}
.home #av_section_1 .template-page.content.av-content-full .avia-image-container {
margin-bottom: 130px;
}
Hope it helps :)
Best regards,
Nikko
It works but the image is no centered(hor and vert) anymore. Is it possible to center the image only?
THX Freek
Hi,
The button and the background both look centered. If this is not correct please specify exact link where we can see the issue.
Best regards,
Vinay
Same URL as used. Maybe it has something to do with my 5K screen?
But when I resize my screen the logo is lower then the middle of the screen. Maybe a responsive thing?
THX Freek
Hi Freek,
Try adding this css code:
@media only screen and (min-width:2400px) {
.home #av_section_1 .template-page.content.av-content-full .avia-image-container {
margin-bottom: 30vh;
}
}
Hope it helps :)
Best regards,
Nikko