It’s across all themes.
Code: Select all
.postprofile_Left .postbody {
float: right;
}
responsive.css
file is not the one from version 3.3.2Absolutely! Love your work, been using this theme for a few years now.PlanetStyles.net wrote: ↑Wed Nov 11, 2020 5:33 pmYour browser is zoomed out.
Reset zoom to fix![]()
(oh, and thanks for supporting my work- it helps keep a roof over my head)
Yeah it should be pretty easy. I'll post it tomorrow
margin-left: 31px;
is commented out and / or the entry is deleted in *)your responsive.css:Code: Select all
.postprofile_Left .postbody {
width: calc(100% - 200px - 1px - 31px);
margin-right: 0;
/*! margin-left: 31px; */
}