Zillon2 wrote: ↑Thu Nov 12, 2020 1:50 pm
Hi again,
In milk_v2/responsive/responsive.css
Find:
Code: Select all
@media (min-width: 701px) {
.postbody {
width: calc(100% - 200px - 1px - 16px);
}
.postprofile_Left .postbody {
width: calc(100% - 200px - 1px - 31px);
margin-right: 0;
margin-left: 31px;
}
.postprofile {
width: 200px;
}
}
Remove margin-left and margin-right to create:
Code: Select all
@media (min-width: 701px) {
.postbody {
width: calc(100% - 200px - 1px - 16px);
}
.postprofile_Left .postbody {
width: calc(100% - 200px - 1px - 31px);
}
.postprofile {
width: 200px;
}
}
Save file and purge cache etc
I'll consider an option to dial the padding down. I'm currently working on a new generation of themes which have been built with this specific feature in mind from the start. My eventual goal is to convert Milk to the new framework, so that's the more likely approach rather than adding anything new to flightdeck.
Do your members have an issue with padding / font sizes, or just you? I don't hear much feedback about it when I ask people, but those who emntion it are quite passionate about things being smaller
