Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #924172

    I need to know how to reduce the height of the full width button.

    #924189

    Hey Donna6500,

    Add this to quick css:

    #top .avia-button-fullwidth{
    padding:10px!important;
    }

    Best regards,
    Jordan Shannon

    #940579

    I’ve applied the code above, as well as a previous version of this code to achieve the same result – but am no longer getting that result. This code worked before I switched servers, and possibly updated theme. On the HOME page (id-5). I’m trying to reduce the height of the fullwidth button.

    .page-id-5 #fwb-custom .avia-button-fullwidth {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    }

    Thanks.

    #940592

    I have another site built that successfully achieves the look I’m after. I applied the exact same code from that site to the one above, but still am not getting the result. Not sure what is preventing it. Details below in private.

    Thanks.

    #940690

    Hi,

    Add this to quick css:

    #top .av-fullscreen-button .avia-button-fullwidth{
    padding:10px 10px!important;
    }

    Best regards,
    Jordan Shannon

    #940991

    It initially didn’t seem to work, but I found the issue was a cache plugin that was preventing a proper refresh.
    Issue resolved. Thank you.

    #941082

    Hey ArloGraphic,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘reduce height of full width button’ is closed to new replies.