View Single Post
  #13  
Old 23rd August 2018, 06:12
outtyrox outtyrox is offline
Senior Member
 
Join Date: Apr 2015
Posts: 59
Default
you would have to make changes to the css after to control the size for the other pages.

I don't know why Napon is calling it error code. I assume hes talking about using PHP7.

You have the images larger now you need to use CSS editing in your template to control the size for certain pages.

Like I already warned making the Avatar larger is going to cause template layout issues you'll have to address.

==========

I would start here but make a backup the template first.

style.css

add size attributes to the avatar for certain parts the site see if that will resolve your issue


Code:
.memberCardAvatar
{
	position: relative;
	float: left;
	width: 250px;
	height: 250px;
}
Click the image to open in full size.

Last edited by outtyrox; 23rd August 2018 at 06:29.
Reply With Quote