hi there, in my X theme the buttons of renew are cut at the bottom. what can i do? www.tastenland.de
Hello @dietmar57,
Thanks for asking. 
I see following custom CSS code and that’s why buttons are cutting from bottom:
.entry-content a {
border-bottom: 0;
}
Please remove the same and that should resolve the issue.

Thanks.
Hello Prasant,
Thank you very much for your quick answer.
i understand now the problem but i need a little help how to fix it in my wordpress environment.
Can you show me the way how to find the parameters in wordpress?
excuse me i am not a big html professional my business is the music and the piano.
THX a lot for your work and greets Dietmar
Hi there,
It would be best to familiarize yourself about CSS to be able to write your own CSS selectors to target a page element. Please refer to these links:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.