hi everyone of you . im posting in this forum for help . im using isle mag a free wordpress themes from http://themeisle.com/themes/islemag/ free . and i want to make some edit inside of that themes . first of all i want to edit post box i dont like it. didnt look good on mobile so how can i make post to be show full what to change or remove im posting2 pohoto this is the link of thmes http://demo.themeisle.com/islemag/
Find out what classes or IDs are present on the items you want to remove, and find them in the CSS file, and put display: none; on them. That is the simple solution.
What I do for me, If I want to remove something , I do inspect element. Notice the code with care, right click and delete some to remove, if work properly, I enter in my hosting and delete that code. So you can follow this way also.