Hiya
Thanks for compliment and that's an interesting glitch I never thought to look at when I designed the theme. I never intended it be viewed with zoom/magnifier. But after some quick testing I can see I'm going to need to revise the theme's css code in order to make it compatible with that function. I see the default prosilver theme experiences this same oddity, its just not so noticeable.
I will make the necessary revisions to my theme design and release that update very soon.
Again sorry for the delay, I'll try resolve the issue before the end of this weekend. I would do it now but its late and I'm going to be out for most of the day on Sat. But I'll get around to it asap.
In the meantime if you wish to work on it yourself, look @ the
content.css file located within your phpBB3 install ;
phpBB3\styles\Terayon4\theme you'll need to play around with the following area of the css code
around line 263
Code: Select all
.postbody {
padding: 0;
line-height: 1.48em;
color: #344258;
width: 76%;
float: right;
clear: both;
margin: 1px;
}
and
around line 773
Code: Select all
.postprofile {
/* Also see tweaks.css */
margin: 5px;
padding-top: 5px;
min-height: 150px;
color: #666666;
width: 22%;
float: left;
display: inline;
background-color: #C8C8C8;
}
Also you can try editing the
viewtopic_body.html (phpBB3\styles\Terayon4\template) to further implement any other changes you may want to affect. These are the main files you'll need to look at should you wish to resolve the issue on your own.
Best regards
edited to add - I've decided to delay an update until I finish this fix along with a few other design elements I want to implement. So I won't be releasing an update today or tomorrow. Hopefully within the next week or so, again sorry for the delay.