Okay
  Public Ticket #1593141
pricing table design
Closed

Comments

  • Angelgaz started the conversation

    my pricing table is not alligned correctly - how do we we fix this please? the third column is out of sync and i do not know how to allign them...it needs to be raised but i am guessing it can only be done via css? but i dont know where to go to fix this particular page -

    https://www.rsdigital.co.uk/blogger-outreach-pricing/

  •  9,007
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .pricing-table br {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team