Profile page size and position Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Profile page size and position

    Dierol
    Dierol
    New Member


    Male Posts : 2
    Reputation : 1
    Language : Hungarian

    Profile page size and position Empty Profile page size and position

    Post by Dierol February 3rd 2015, 9:29 pm

    Technical Details


    Forum version : phpBB2
    Position : Founder
    Concerned browser(s) : Mozilla Firefox, Google Chrome
    Who the problem concerns : Yourself
    Forum link : http://nadirkonnyei.hungarianforum.com/

    Description of problem

    Hello!

    I have some problem in the members profile page
    The Information | Preferences | Attachments | Avatar | Friends and foes | Notifications | Topic(s) being watched | Favourites page is perfect.
    Good size and position

    But the Signature page is slide to right:
    Signature page

    and the character sheet (RPG modul) is too long
    Character sheet

    and last but not least, the View the profile page is too wide.
    View the profile page

    I use the Forum width 100%, and both side 180 pixel wide widgets
    (originally the forum width was 886 pixel without widgets)
    Theme version: phpBB2 (subsilver)

    Please help! Thank you!

    Best regards,
    Dierol
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Profile page size and position Empty Re: Profile page size and position

    Post by _Twisted_Mods_ February 3rd 2015, 10:22 pm

    sorry but i cannot see the profile page as a guest. can you provide me with a basic login? so that im able to assist you
    _Twisted_Mods_
    _Twisted_Mods_
    Helper
    Helper


    Male Posts : 2083
    Reputation : 336
    Language : English
    Location : Ms

    Profile page size and position Empty Re: Profile page size and position

    Post by _Twisted_Mods_ February 4th 2015, 7:56 pm

    your whole forum if different on my screen because of the monitor difference so im sorry but i dont think ill be able to help you

    you can try adding one of these to your css and adjust it as needed

    Code:
    .bodylinewidth{width:90%!important;}
    Code:
    .forumline{width:90%!important;}
    Dierol
    Dierol
    New Member


    Male Posts : 2
    Reputation : 1
    Language : Hungarian

    Profile page size and position Empty Re: Profile page size and position

    Post by Dierol February 5th 2015, 7:30 pm

    First, sorry for my english.
    Thank you the idea, and the attention Smile

    With the .bodylinewidth{width:90%!important;} CSS, the signature page and the I_logo pic on the top move to the ideal position.
    Picture

    But in this case, i have a lot of unused space in two side.
    After - if i disabled the widgets, its better, but i need the recent topic widget somewhere.
    I try make floating the widget to left side, and appeared everything good, until try in mobile – of course floating the widget above the page...

    Then i play with in the profile_edit_signature template. Changed in the

    Code:
    <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
    line the width to 85%, and the signature panel lenght is good, but still slide the whole page to right, with the I_logo on the top.
    Picture

    When i disabled the
    Code:
    <td class="row1" width="25%" height="130"><span class="gen">{L_SIGNATURE} :</span></td>
    <td class="row2" width="75%" valign="top"><span class="postbody"><div class="signature_div">{SIGNATURE_PREVIEW}</div></span></td>

    lines, ceased the page position error, but (of course) unusable/inaccessible the function.


    it seems to me very interesting, but i run out of idea

    EDIT:
    I found something...
    When a picture width more than 650pixel, the forum logo also slide on top. (after I enabled the picture auto resize in the admin panel)
    I suppose, that the edit signature emoticon board + text editor size the reason of error. Can I resize them?

    Best regards,
    Dierol