Okay
  Public Ticket #2577183
Button not displaying correctly
Closed

Comments

  •  2
    Kecco started the conversation

    Hi, why in this page the button at the bottom is not displaying correctly?

    Looks like there is a button on top of the other... see pic attached, thanks

    Thanks

  •  8,849
    Tahir replied

    Hey Again,

    You need to adjust the Hover Div as well for the button.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-button.extra-color-gradient-2:after {
        width: 100% !important;
        left: 0% !important;
    }
    .nectar-button {
        width: 100% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Kecco replied

    It looks like it did the trick.

    Cheers!