Jump to content

Некрасивое отражение текста. Смещен. Как растянуть?

Featured Replies

comment_108550

ац-внешний вид-ваш стиль-редактировать - includeRTL

<if test="hasMemberTopicMax:|:$this->settings['member_topic_avatar_max']">
	<!-- Forces topic photo to show without thumb -->
	<style type='text/css'>
		.ipsUserPhoto_variable { max-width: {parse expression="intval($this->settings['member_topic_avatar_max'])"}px !important; }
		<if test="RTLMargin:|:$this->isRtlLang">
			.post_body { margin-right: {parse expression="((intval($this->settings['member_topic_avatar_max']  + 25 ) < 185 ) ? 185 : intval($this->settings['member_topic_avatar_max']  + 25 ) )"}px !important; }
		<else />
			.post_body { margin-left: {parse expression="((intval($this->settings['member_topic_avatar_max']  + 25 ) < 185 ) ? 185 : intval($this->settings['member_topic_avatar_max']  + 25 ) )"}px !important; }
		</if>
	</style>
</if>

удаляем

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.