Change the Location of Forum Widgets 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.
3 posters

    Change the Location of Forum Widgets

    Anzo
    Anzo
    Forumember


    Posts : 358
    Reputation : 8
    Language : English/Arabic
    Location : Baghdad - Iraq

    In progress Change the Location of Forum Widgets

    Post by Anzo September 15th 2014, 5:24 am

    Hello, friends.

    I was wondering about the possibility of a few things that I'd like to do for my forum. For instance: (1) Is it possible to change the widgets on my forum's Index to be on the top-middle of the Index instead of top-right side? Aligning vertically instead of horizontally right beneath our navigation bars. If you take a look at the index (http://www.duelacademy.net/forum) we have a few widgets: Menu, Events, who's online, Latest topics, top posters, top posters of this month, keywords. What I'd like to happen, is for these widgets to go right beanth the navigation bars, vertically aligned for example:

    Logo here
    Navigation bars here
    Widgets here
    Forums below here
    As of now, the Widgets flow right next to forums on the right side of the forum. To make it easier, I want everything to look like this: https://i.imgur.com/Kl0h3xI.png

    Like instead of "Most discussed topics" we put "Menu", and instead of "Most viewed topics" we put "Events". And the Top posters and the most recent topics stay right where they are in that pic, as for "most active posters this week" is replaced with "most active posters this month".


    I'm well aware this might be a lot of work, I understand If it's impossible Smile 

    Thanks in advance.
    erchima
    erchima
    Forumember


    Female Posts : 627
    Reputation : 15
    Language : INDONESIAN | Lua Script | Visual Basic | and Coding
    Location : Under your bed xD

    In progress Re: Change the Location of Forum Widgets

    Post by erchima September 15th 2014, 1:40 pm

    socialacademy.forums.fm/t441-tutorial-latest-topic-system-v5
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    In progress Re: Change the Location of Forum Widgets

    Post by Ange Tuteur September 15th 2014, 4:01 pm

    Hello Anzo,

    Change your widgets over to the left, then add this to your CSS :
    Code:
    #content-container div#container, #left { float:none }

    They need to be on the left, because if they're on the right they will display below the forum.
    Anzo
    Anzo
    Forumember


    Posts : 358
    Reputation : 8
    Language : English/Arabic
    Location : Baghdad - Iraq

    In progress Re: Change the Location of Forum Widgets

    Post by Anzo September 17th 2014, 5:39 pm

    I'm extremely sorry, I was away for three days at my grandma's house. 

    I'll test the CSS and get back to you Very Happy


    EDIT: I did as you said. They're only displayed on the left instead of the right, nothing else happened.

    EDIT 2: I've put them back to the right until you respond. In case you checked the forum.

    EDIT 3: I've had this problem with my forum @erchima:
    Change the Location of Forum Widgets C9P2IRC

    How do i fix it? The latest topics is viewed twice and the widgets aren't being displayed properly either.

    EDIT: 4: So I've changed the CSS and it seems to be fit. Thanks for your help!