XenForo Support

How do i make dis even?

Submitted by redd, , Thread ID: 23320

Thread Closed

RE: How do i make dis even?

redd
Active Member
Level:
0
Reputation:
-1
Posts:
363
Likes:
9
Credits:
60
OP
10-10-2016, 03:17 PM
This post was last modified: 11-10-2016, 01:41 PM by redd
#6
10-10-2016, 03:14 PM
mgidaraP Wrote:
10-10-2016, 03:09 PM
redd Wrote:
10-10-2016, 02:09 PM
Aoki Wrote:
Look for any containers including a width and remove it. Don't trick around with "width: 150%" or something, that's bullshit.

The only container i could find had width 100% if i remove that it shrinks

Post code fam



Code:
<div class="tabLinks forumsTabLinks">
<div class="primaryContent menuHeader">
<h3>Forums</h3>
<div class="muted">Quick Links</div>
</div>
<ul class="secondaryContent blockLinksList">


<li><a href="index.php?search/&amp;type=post">Search Forums</a></li>

<li><a href="index.php?find-new/posts" rel="nofollow">Recent Posts</a></li>

</ul>
</div>

Code:
.navTabs .navTab.selected .tabLinks {
  background-color: rgb(51, 51, 51);
  width: 100%;
  padding: 0;
  border: none;
  overflow: hidden;
  zoom: 1;
  position: absolute;
  left: 0px;
  top: 52px;
  height: 50px;
  background-position: 0px -50px;
}

Still need help! I cant fiure out whats wrong

Users browsing this thread: 1 Guest(s)