Results 1 to 10 of 16

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Categories Sidebox Title Bar

    Yes, those rules will work.

  2. #2
    Join Date
    Aug 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: Remove Categories Sidebox Title Bar

    thanks for all your help - this worked like a charm .

  3. #3
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Remove Categories Sidebox Title Bar

    Hello,

    Would like to achieve the same to my own added sidebox (using Blank Sidebox 2.0)

    Any advise on how to remove the title bar completely?

    --

    Also i'm trying to remove top and bottom margins from my sideboxes

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Categories Sidebox Title Bar

    What is the id of your new sidebox? Modify the "categories..." rules to match your sidebox filename and it should work the same.
    For all sideboxes, try rules like

    .leftBoxContainer, .rightBoxContainer {margin-top: 0; margin-bottom: 0;}

  5. #5
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Remove Categories Sidebox Title Bar

    hello,

    That removed the margins between each sidebox,

    i'm trying to remove the margins within each sidebox before and after the content,

    please have a look at chequesplus dot com

    see stay connected sidebox on left

    Thanks

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove Categories Sidebox Title Bar

    That is not margin but padding making the spaces.

    stylesheet.css, line 1438:
    Code:
    .sideBoxContent {
        border-left: 1px solid #C8E7F5;
        border-right: 1px solid #C8E7F5;
        padding: 12px;
    }
    Change to

    padding: 0 12px;

    or whatever you want.

  7. #7
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Remove Categories Sidebox Title Bar

    that removes padding from left side but not from top and bottom

    Thanks

 

 

Similar Threads

  1. Replies: 3
    Last Post: 25 Jul 2012, 06:04 PM
  2. Remove primary section in title bar?
    By garrettxvx in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 1 Jul 2009, 05:04 AM
  3. Remove title from blank sidebox
    By marknew in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Nov 2007, 08:19 AM
  4. How to remove Title bar
    By lastpirate007 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 Jul 2007, 02:50 PM
  5. How to remove horizontal categories bar
    By nicedreams in forum Basic Configuration
    Replies: 3
    Last Post: 12 Feb 2007, 09:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg