10-10-2016, 02:09 PMAoki Wrote: Look for any containers including a width and remove it. Don't trick around with "width: 150%" or something, that's bullshit.
10-10-2016, 03:09 PMredd Wrote: 10-10-2016, 02:09 PMAoki 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
10-10-2016, 03:14 PMmgidaraP Wrote: 10-10-2016, 03:09 PMredd Wrote: 10-10-2016, 02:09 PMAoki 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
<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/&type=post">Search Forums</a></li> <li><a href="index.php?find-new/posts" rel="nofollow">Recent Posts</a></li> </ul> </div>
.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; }
Loading Info...