Hi there,
I’d like to the 2 buttons on my home page to be centred and place side by side.
Please see my short video:
https://www.screencast.com/t/aduG1tPv0O
Thanks in advance,
Colm
Hey Colm,
Thanks for the login details. I edited the buttons for you, please review your site now.
Best regards,
Rikard
Hi Rikard,
I’d like them to be centred and placed closer together.
Can you please provide the steps on how to do this?
Thanks
Colm
Hi Colm,
Please try the following in Quick CSS under Enfold->General Styling:
.home .av_one_half .avia-button-left {
padding-left: 50px;
}
.home .av_one_half .avia-button-right {
padding-right: 50px;
}
Best regards,
Rikard
Thanks Rikard.
Can you tell me how to invert the colours on the buttons when a user hovers over the button?
Can you also tell me how to push the buttons further down the page (just by 20 pixels)?
Thanks
Colm
Hi Colm,
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
.home .av_one_half .avia-button-left {
padding-left: 50px;
margin-top: 20px;
}
.home .av_one_half .avia-button-right {
padding-right: 50px;
margin-top: 20px;
}
#top .avia-button.avia-color-light:hover {
color: #000;
background-color: #fff !important;
border: 3px solid red;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi there,
I’d like to put 30 px padding above and below the website logo in the site header.
Can you please provide me with the code to do this?
Thanks
Colm
Hi Colm,
For that we need to make the header taller by 60px, is it ok with you?
Best regards,
Victoria
Yeah that’s fine. Please proceed. Thanks.