Hi @theflyingturk,
Can you please provide screenshots of the issues? Does it also happen on a default WP Theme e.g. twentyfifteen?
Thanks.
Thank you for your quick response @ultimatemembersupport!
yes here you go:
Klean theme : https://postimg.org/image/vfb2wq6sz/
twentyfifteen: https://postimg.org/image/l6ilqwir7/
as you see the user page is not positioned as it need to be (profile picture, cover and tabs)
Hopefully you can help me !
That’s clearly a CSS conflict in img properties. It could easily be fixed if you knew how.
yes i understand that but its a default css conflict. So also for other Klean theme users it will be a solution. Do you have any other suggestion Borisv ?
Oh, so now you know it’s CSS conflict?
Do you have any other suggestion Borisv ?
Yes, fix it yourself.
I am not a CSS pro and i post this also for other klean theme users…
Solution:
.single #page .entry-content img,
.page #page .entry-content img {
max-width: 100%;
display: block;
margin: auto;
}
See? Simple right?
It has to be said that it should be pasted in the styles CSS file of the theme or better yet, a child-theme.
Thanks for sharing that.
-
This reply was modified 9 years, 6 months ago by
borisv. Reason: added weher it should be pasted
-
This reply was modified 9 years, 6 months ago by
borisv.