REGISTER or LOGIN to have the annoying ads removed.
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I increase left margin of sidebar box for MySidebar plugin?
Apr 10, 2012, 07:52 AM (This post was last modified: Apr 10, 2012 07:53 AM by Sawboo.)
Post: #11
RE: How do I increase left margin of sidebar box for MySidebar plugin?
Then just add a new class to the selector and target it with that.

Code:
<table class="tborder" cellspacing="0" cellpadding="4" border="0">
<tbody>
<tr>
<td class="thead mynewclass">
</tr>
<tr>
</tbody>
</table>

then in css
Code:
.mynewclass {
margin-left:5px;
}

This way only the single box you want will be targeted. Adjusting the thead margin adjust multiple margins across your page because thead is a class and is called multiple times.
Find all posts by this user
Quote this message in a reply
Apr 10, 2012, 09:19 AM
Post: #12
RE: How do I increase left margin of sidebar box for MySidebar plugin?
In the plugin file there's multiple instances where it has that table, so I add the new class to all of them correct?


I'll try it out after I get ready and see how it goes.
Find all posts by this user
Quote this message in a reply
Apr 10, 2012, 03:12 PM
Post: #13
RE: How do I increase left margin of sidebar box for MySidebar plugin?
add the class just to the ones you want to modify.
Find all posts by this user
Quote this message in a reply
Apr 10, 2012, 04:57 PM
Post: #14
RE: How do I increase left margin of sidebar box for MySidebar plugin?
It didn't work. I added the new class to the <td> and then the <table> after that didn't work.
Find all posts by this user
Quote this message in a reply
Apr 14, 2012, 10:16 AM
Post: #15
RE: How do I increase left margin of sidebar box for MySidebar plugin?
Any help? I still haven't figured it out unfortunately. :s
Find all posts by this user
Quote this message in a reply
Apr 15, 2012, 12:52 PM
Post: #16
RE: How do I increase left margin of sidebar box for MySidebar plugin?
Still need help!
Find all posts by this user
Quote this message in a reply
Apr 17, 2012, 05:52 PM
Post: #17
RE: How do I increase left margin of sidebar box for MySidebar plugin?
Bump, I'm still looking for help.
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Exclamation bans.php Plugin? Legitti 7 1,355 May 12, 2013 06:30 PM
Last Post: Silver M
  Ficons Plugin Error brettuk 7 93 Apr 21, 2013 12:33 AM
Last Post: Verilog
  Tabbed Plugin - Styling & Nothing Shows? brettuk 1 47 Apr 20, 2013 10:47 AM
Last Post: Waleed
  Facing problem with myawards plugin :( Xzion 1 33 Mar 29, 2013 08:14 AM
Last Post: Xzion
  List of MyBB mods/plugin sites? Tidas 0 28 Mar 25, 2013 09:14 PM
Last Post: Tidas

Forum Jump:


User(s) browsing this thread: 1 Guest(s)