Inline code
Hi
I have a test site bw.websitetonic.co.uk i am looking to change some padding http://prntscr.com/k2stl3 reducing the element top padding to 20px from 200px.
I have tried below adding into custom css but doesnt work
element {
padding-top: 20px !important;
}
padding-top: 20px !important;
}
Comments