When you add things like this:
Code:
.p-pageWrapper .node-extra {
display: table-cell;
vertical-align: middle;
width: 280px;
padding: 10px;
font-size: 13px;
background-color: rgb(242, 223, 255);
border-radius: 15px 0px 0px 15px;
}
It's no longer considered the default style (default = unedited)
Add this to your extra.less template
Code:
@media (max-width: @xf-responsiveMedium) { .p-pageWrapper .node-extra { display: block; } }
Should adjust it for mobile