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.
The forum of the forums
3 posters

    Part of my forum is too wide...

    avatar
    Higurashistrike
    Forumember


    Male Posts : 63
    Reputation : 1
    Language : English, Japanese, C, HTML, CSS

    Solved Part of my forum is too wide...

    Post by Higurashistrike September 29th 2013, 8:28 am

    Hello Forumotion,

    I am Higurashistrike, known as Nakaharu on the site, http://nenshiattribute.rpgboard.net/ . It has rather suddenly occurred that part of the site has grown rather wide, and is now even covering up some of the widgets. If someone would be able  to assist me with this matter, I would be very grateful.

    If any more information would be required, I am willing.

    Sincerely,
    Higurashistrike

    Enclosed is a Screenshot. It may be rather large:
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Part of my forum is too wide...

    Post by Ange Tuteur September 29th 2013, 2:42 pm

    Hello Higurashistrike,

    That is quite usual, if you have the widgets active they shouldn't be overlapped since you've reserved space in the widget management. Anyhow I've supplied two fixes for you, the first is for display:

    To apply one of the two codes below navigate to..
    Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet

    This should fix your widgets and keep their current width that you've given them.
    Code:
    #content-container div#left {
    display:inline;
    }
    If the above does not work you can use this code, it will adjust the width to 180px, but you can change it to whatever you wish. This seemed to have also fixed the issue as well.
    Code:
    #content-container div#left {
    width: 180px;
    }
    avatar
    Higurashistrike
    Forumember


    Male Posts : 63
    Reputation : 1
    Language : English, Japanese, C, HTML, CSS

    Solved Re: Part of my forum is too wide...

    Post by Higurashistrike September 29th 2013, 4:42 pm

    Thank you for your help. The first code actually worked. I don't exactly understand why it was doing that, but I plan to study CSS more later.

    Anyway, thank you. ^^
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Part of my forum is too wide...

    Post by Ange Tuteur September 29th 2013, 4:59 pm

    I found this to be a great help in studying CSS: http://www.w3schools.com/Css/default.asp

    You're welcome too, best of luck! Smile
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Part of my forum is too wide...

    Post by SLGray September 29th 2013, 10:36 pm

    Topic Solved & Locked



    Part of my forum is too wide... Slgray10

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

      Current date/time is September 22nd 2024, 8:27 pm