Hello,
How can I center the title, the subtitle and the buttons on the bottom of the header?
Best regards,
Ashkan
hello Mike, not the menu and logo positions, but the title on the header and the 2 buttons.
Hi,
Oh I think you mean the slider caption and buttons, try this code in the General Styling > Quick CSS field:
.caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
padding: 300px 0!important;
}
Best regards,
Mike
Hello Mike, thanks but this code brings the caption and the button up to the middle of the screen. I want to keep it on the bottom, but centered.
Any idea?
Hi Ashkanpersian,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
text-align: center;
}
If you need further assistance please let us know.
Best regards,
Victoria