Posted 10 апреля, 20168 yr comment_104656 Всем привет! Нужна помощь с хуками.На разрешениях менее 1024х768 всё съезжает.Вопрос: Как зафиксировать хуки, что бы на разных разрешениях экрана они оставались на своем месте? Спойлер <div class="rtpBlock left "> <h3>Последние темы:</h3> <div class="ipsBox_container ipsPad"> <foreach loop="$topics as $r"> <div class="rtpRow"> <img src='<if test="$this->registry->output->isHTTPS">{$this->settings['board_url_https']}<else />{$this->settings['board_url']}</if>/{parse expression="PUBLIC_DIRECTORY"}/shared_images/bfi_last_post{$this->settings['ddk33_bif_color_theme']}{$r['image']}.png' width='17' height='23' alt='' align='middle' /> <a href="{parse url="showtopic={$r['tid']}" base="public" template="showtopic" seotitle="{$r['title_seo']}"}" rel='bookmark'><u>{$r['topic_title']}</u></a> от <if test="$r['members_display_name']">{parse template="userHoverCard" group="global" params="$r"}<else />{$this->settings['guest_name_pre']}{$r['starter_name']}{$this->settings['guest_name_suf']}</if> <span class="desc lighter blend_links"><a href="{parse url="showtopic={$r['tid']}" base="public" template="showtopic" seotitle="{$r['title_seo']}"}" rel='bookmark'>→ {parse date="$r['start_date']" format="short"}</a></span> </div> </foreach> </div> </div> Спойлер <if test="hasRecentPosts:|:is_array($recentPosts) && count($recentPosts)"> <div style='margin-bottom: 15px; ' class="rtpBlock right" > <h3>Последние сообщения:</h3> <div class="ipsBox_container ipsPad"> <foreach loop="posts:$recentPosts as $post"> <div class="rtpRow"> <img src='<if test="$this->registry->output->isHTTPS">{$this->settings['board_url_https']}<else />{$this->settings['board_url']}</if>/{parse expression="PUBLIC_DIRECTORY"}/shared_images/bfi_last_post{$this->settings['ddk33_bif_color_theme']}{$r['image']}.png' width='17' height='23' alt='' align='middle' /> <a href='{parse url="showtopic={$post['tid']}&view=getnewpost" base="public" seotitle="{$post['title_seo']}" template="showtopicunread"}'><u>{$post['title']}</u></a> ({$post['posts']}) от {IPSMember::makeProfileLink($post['last_poster_name'], $post['starter_id'], $post['seo_first_name'])} <span class="desc lighter blend_links"><a href='{parse url="showtopic={$post['tid']}&view=getnewpost" base="public" seotitle="{$post['title_seo']}" template="showtopicunread"}'>→ {$post['last_post']}</a></span> </div> </foreach> </div> </div> </if> Link to comment https://ipbmafia.ru/topic/14110-nuzhna-pomosh-s-hukom-ipb-346/ Share on other sites Больше вариантов
11 апреля, 20168 yr comment_104792 Смотрите в сторону вёрстки. Проверьте ширины блоков и как заданы отступы, особенно свойство margin. Link to comment https://ipbmafia.ru/topic/14110-nuzhna-pomosh-s-hukom-ipb-346/?&do=findComment&comment=104792 Share on other sites Больше вариантов
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.