March 23, 2018 at 11:26
#192778
Moderator
Hello, please check this css code, this should make the avatar smaller and move it to the left
COPY CODE
div#item-header-avatar {
width: 50% !important;
margin-left: 15%;
}
And this is for mobile to make the buttons next to the avatar
COPY CODE
@media only screen and (max-width: 940px) {
.two.columns.pull-two {
float: right;
margin-top: -45%;
}
div#item-header-avatar img {
width: 50% !important;
}
}
For more edits please contact a developer as we do not offer custom requests at the forum 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution