Container for “Create new topic”
-
I would like to have better CSS-control for Create new topic button and other buttons, which has these classes/id
.bsp-center subsription toggle bsp-one-thirdI would like to have container element for all of them in order to position them exactly as I wish. It would be very easy to add a container div for them. name would be class=”?-container”
I would set for the container certain with and then float another button to left and another to the right.
Alternative I could position another button to the left and another button to the right.Without container element floating cause sometimes ugly result and layout is out of full control. Container element would be “own sandbox” for those buttons. This would prevent unexpected result, which free floating always cause.
You see on the top are button info and reload. They have “sandbox”.
I get partial solution by adding below that sandbox
<div class=”container-for-forumarea”>
the end of the div is on the bottom of the page, so I can’t set height value like I succeeded for reload and info buttons.Own sandbox might help also other designers, because it gives better change in order avoid non-functional buttons (there was a discussion about this issue)
IMO always set of buttons should have sandboxes in order to get full control to layout.
In addition every button should have unique class or id in addition of shared class name, for example “bsp-edit-profile”.
If somebody like me want exact layout control, it need both enough containers/wrappers and classes/id-attributes.
The page I need help with: [log in to see the link]
The topic ‘Container for “Create new topic”’ is closed to new replies.