Results 1 to 5 of 5
  1. #1

    Default Sidebox-right issues

    I'm having 2 issues with my sideboxes. I've tried changing the width of them in case that was making them do this.

    Here:
    http://funkymunkys.ca/index.php?main_page=faqs_all
    the sideboxes are on the left, they're supposed to be on the right side only across the whole site.

    Here:
    http://funkymunkys.ca/index.php?main...index&cPath=36
    they are on the left, and narrower than the entry fields provided.

    This:
    http://funkymunkys.ca/index.php?main...ex&cPath=36_56
    is how they are supposed to look.

    What might I have changed to make them flip back to the left on some pages. In the admin, they all say to display on the right side.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Sidebox-right issues

    You have them floating left here:

    #navColumnTwo, #navColumnOne {
    float:left;
    position:relative;
    width:20%;
    padding-bottom:20px;
    }

    Removing that makes them the width of mainWrapper, so you'll need to see where that's coming from. Way too many nested divs in that template.

  3. #3

    Default Re: Sidebox-right issues

    Quote Originally Posted by stevesh View Post
    You have them floating left here:

    #navColumnTwo, #navColumnOne {
    float:left;
    position:relative;
    width:20%;
    padding-bottom:20px;
    }

    Removing that makes them the width of mainWrapper, so you'll need to see where that's coming from. Way too many nested divs in that template.
    How would I find where that is coming from. I've done some poking around, even tried changing the settings in there, position absolute slams it to the left side on every page and puts it there with other stuff over top of it. Changing float to right sticks it in the middle of the right half of the page. I'm not knowledgable enough with CSS to really know where else to look

  4. #4

    Default Re: Sidebox-right issues

    I found this thread, but that didn't do anything that I can tell. In searching the forums, that's the closest thing to my problem I could find.

  5. #5

    Default Re: Sidebox-right issues

    As another small update, I thought maybe one of the sideboxes might have a setting that was throwing it off. The only sidebox that is on those screens, that isn't on the screens not effected is the best seller sidebox. I turned that off and still there was no change.

 

 

Similar Threads

  1. Right margin on right sidebox
    By wotnow in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jul 2010, 12:15 PM
  2. Right Column Issues
    By mahdiusman in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Feb 2010, 09:01 PM
  3. Move the sidebox left to right and right to left(shrink the site)
    By navido in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 30 Nov 2009, 08:51 PM
  4. Right & left column differences, plus center issues`
    By Moebiusenterprises in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Aug 2007, 06:06 AM
  5. right sidebox isn't aligned with left sidebox
    By zc-newbie in forum Basic Configuration
    Replies: 0
    Last Post: 3 Sep 2006, 03:40 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