Tagged: socket
Hi,
I have a Avia button in the socket. I’ve applied this code but I still have a small margin on top and bottom of the button. I want the button to fill the entire height of the socket, flus with the boarders.
I have this in Quick CSS…
#socket .container {
padding-top: 0px;
padding-bottom: 0px;
}
I have this code in the Footer “copyright” input box…
[nolink]<span style=’float:left !important;’>[av_button label=' Get A Quote Now' link='page,1867' link_target='' size='large' position='' icon_select='yes' icon='ue8b6' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']</span>
Hi,
Could you please post a link to your website so we can provide you an accurate CSS code? :)
Cheers!
Yigit
See footer socket…
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#socket .avia-button.avia-size-large {
margin: 0;
}
Best regards,
Yigit
What is I want to get rid of the footer socket border?
Hi,
Please add following code to Quick CSS as well
#socket {
border: none;
}
Cheers!
Yigit
Thank You!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit