The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Last post

3 posters

Go down

In progress Last post

Post by xAlecsu April 11th 2020, 5:10 pm

Hello ,how i can move Las Post Tab a little to the left ( just a little)
Version is Punbb
https://i.servimg.com/u/f64/20/19/40/65/untitl10.png
and forum is : https://b4play.forum.st/
avatar
xAlecsu
New Member

Posts : 20
Reputation : 1
Language : Romanian

Back to top Go down

In progress Re: Last post

Post by SLGray April 11th 2020, 8:17 pm

Have you tried changing the width of the forum?  That is the reason why it is off the screen.  The forum's width is too large.


Last post  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Last post

Post by xAlecsu April 11th 2020, 8:26 pm

yea i change witdh ...here is it the template and css
Code:
<div class="pun-crumbs">
   <p class="crumbs"><a href="{U_INDEX}"><span>{L_INDEX}</span></a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
   <!-- BEGIN tablehead -->
      <div class="main-head">
  <table cellspacing="0" class="table" >
            <thead class="page-title">
               <tr>
                                             
                  <th class="tcl">{catrow.tablehead.L_FORUM}</th>
                  <th style="text-align: right;" class="tc2">TOPICS</th>
                  <th style="text-align: right;" class="tc3">POSTS</th>
                  <th style="text-align: right;" class="tcr">LAST POST</th>
               </tr>
            </thead>
</table>
  </div>
      <div class="main-content">
         <table cellspacing="0" class="table" >

            <tbody class="statused">
   <!-- END tablehead -->

   <!-- BEGIN forumrow -->
               <tr>
                  <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                     <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                     </span>
                     <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                     <br />
                     {catrow.forumrow.FORUM_DESC}
                     <!-- BEGIN switch_moderators_links -->
                     <br />
                     {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                     <!-- END switch_moderators_links -->
                     {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                     <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                  </td>
                  <td class="tc2" style="font-size: 25px;font-weight: 900;text-align: right;">{catrow.forumrow.TOPICS}</td>
                  <td class="tc3" style="font-size: 25px;font-weight: 900;text-align: right;">{catrow.forumrow.POSTS}</td>
                  <td style="text-align: right;" class="tcr">
                            <!-- BEGIN ads -->
                     <span class="AD_LastPA">
                                <span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
                                <span class="AD_LastInfos">
                                    <b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
                                    {catrow.forumrow.ads.DATE}<br />
                                    {catrow.forumrow.ads.LOCATION}
                                </span>
                     </span>
                            <!-- END ads -->
                            <!-- BEGIN avatar -->
                            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
                            <!-- END avatar -->

                     <span>
                     <!-- BEGIN switch_topic_title -->
                     <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                     <!-- END switch_topic_title -->
                     {catrow.forumrow.USER_LAST_POST}
                     </span>
                  </td>
               </tr>
   <!-- END forumrow -->

   <!-- BEGIN tablefoot -->
            </tbody>
         </table>
      </div>
   <!-- END tablefoot -->
<!-- END catrow -->
</div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
   <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
   </ul>
   <!-- BEGIN switch_delete_cookies -->
   <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
   </p>
   <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->

and .pun
Code:

.pun{
 
    width: 1500px;
  padding: 15px;
}

I want to move only Last Post Tab a little on left if i can..
avatar
xAlecsu
New Member

Posts : 20
Reputation : 1
Language : Romanian

Back to top Go down

In progress Re: Last post

Post by SLGray April 11th 2020, 8:50 pm

Ok, so you what that the text to be more left?


Last post  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Last post

Post by skouliki April 11th 2020, 9:05 pm

Please do not post similar threads to other support forums too, it is not allowed
https://help.forumgratuit.ro/t54605-topics-posts-last-post-pozitionate-in-dreapta#382290
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Last post

Post by SLGray April 11th 2020, 9:16 pm

Very Important
I just noticed the footer on your forum.  I do not know where you got it, but you can not use it.  It is copyrighted.  Please remove the copyrighted content from it.


Last post  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Last post

Post by skouliki April 14th 2020, 2:11 pm

is this solved?
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum