Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1025300

    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>

    #1025302

    Hi,

    Could you please post a link to your website so we can provide you an accurate CSS code? :)

    Cheers!
    Yigit

    #1025317

    See footer socket…

    #1025319

    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

    #1025322

    What is I want to get rid of the footer socket border?

    #1025326

    Hi,

    Please add following code to Quick CSS as well

    #socket {
        border: none;
    }

    Cheers!
    Yigit

    #1025332

    Thank You!

    #1025335

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Socket Height with Avia Button’ is closed to new replies.