I want to move the text displayed at the bottom of the page slightly upwards and have tried almost everything i know and google but can't shift the text upwards to display the remaining clipped text.
Attached is a ScreenShot of the same
Please suggest that what can be done to accomplish this task
you can try
position: relative;
bottom: 20px;
but I don't see a problem on my browser (Google Chrome)
try a negative margin.
margin-top: -10px; /* as an example */
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With