![]() |
Box borders don't line up?
Howdy!
I seem to have a problem where a few boxes don't exactly line up right even though they are both at 100%. Here is an example of the problem: https://vborg.vbsupport.ru/external/2016/12/9.png The blue box on top doesn't line up with the rest of the threadlist and the threadlisthead seems to be missing the bottom right hand corner of the border... I honestly have no idea how to fix this. :confused: |
If you can post a link to your site, I might can tell you what CSS to add to remedy the issue. :)
|
Quote:
Here you go: https://boards.rottensquash.com/ I've also noticed the issue on my forum homepage in the box that shows the stats. :erm: Also don't mind all the spam posts, I was just testing something, haha. |
Try adding this to your "additional.css" template:
HTML Code:
#thread_inlinemod_form div { |
Quote:
|
Quote:
|
Quote:
Any chance you could help me fix my forumhome template too? Sorry to be a bother... I tried using the code you supplied above in a few spots but I had no luck in fixing the borders in my statistics box. |
You are inserting a table in OL tags .. hence they don't line up.
This may work.. warp the table in LI tags and use the same class as other LI tags on the forumhome page. |
Quote:
|
I don't see that on your site.
https://vborg.vbsupport.ru/external/2016/12/1.png You cannot insert table in ol or ul lists... as mentioned earlier warp the table in li tag or move the table out of ol tags. |
Quote:
The problem still exists. Apparently this problem also exists with the "nonthread" class on the forumdisplay template when there are no posts in the forum. Ugh.. |
Hey everyone, don't forget about the css calc ability :D.
Try changing the template code to this: Code:
<ol id="forums" class="floatcontainer" style="max-width:calc(100% - 2px) !important;"> So by saying go 100% we will but then we tell it to remove the spare 2px we noticed it increased. By using max-width we told it not to be bigger than 100% but somewhere as you can all plainly see something else bumped it up, I'd imagine some additional padding added somewhere along the line while you were customizing your style. |
Quote:
HTML Code:
#info { |
Thank you very much Mike and Mark!
When I tried Mikes suggestion. It sadly did nothing, but when I did what mark suggested and put Mikes code in my additional.css file under the class "#info", it did work. Thank you both very much again! edit: Just out of curiosity, is there a reason why I need to keep adding this to some of my boxes? Like what did I do wrong to make 100% not work correctly without adding "width: calc(100% + 2px) !important;"?? |
Quote:
More info here: .. https://css-tricks.com/box-sizing/ |
^ Also to further elaborate on what Seven Skins was explaining in regards to adding borders... if you add a border to an element that did not have it prior, it can cause any sub-elements or those who "used to" share a similar css definition appear differently hence what SevenSkins was explaining with the now its 102px wide comment above ;) but now similar areas will look smaller as they were not adjusted. In the past I've went so far as to trace down all the other elements and added in:
Code:
border: 1px solid transparent !important; |
All times are GMT. The time now is 02:25 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|