Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #678361

    I’m trying to add a button into the secondary menu at the top of my site but the full button is not showing and the social icons are no longer centered vertically. This is the code I put in the HEADER —> EXTRA ELEMENTS —> PHONE NUMBER OR SMALL INFO TEXT:

    [av_button label='JOIN OUR MAILING LIST' link='page,2026' link_target='' size='small' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    Is there some quick CSS code I can add to increase the size of the header so the entire button fits as well as slightly enlarge the social icons and get them centered vertically?

    Thanks!

    John

    #680077

    Hey John,

    your header looks good to me. Where can we see the issue? can you highlight using screenshots please? and/or provide us a precise link where we can see it?

    Best regards,
    Andy

    #680143

    Hi Andy,

    You can see it on any page at http://marconisociety.org

    Here is the screenshot to illustrate what I am talking about: http://marconisociety.org/screenshot/

    Thanks!

    John

    #680150

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .phone-info .avia-button {
        background: orange;
        border: none;
        border-radius: 5px!important;
        margin-top: 0;
        margin-bottom: -20px;
        top: -9px;
    }

    Regards,
    Yigit

    #680160

    Awesome! Looks great now Yigit, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Button in Secondary Menu’ is closed to new replies.