Results 1 to 8 of 8
  1. #1
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Moving the sideboxes higher up

    I would like to move my sideboxes a tad bit higher. My website is QueenCharlotteSoaps.com. I am planning on adding a CSS menu underneath my logo and some buttons bellow this. I would like to move the sideboxes right below the CSS menu.

    I hope that makes sense. Thank you in advance for any help.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Moving the sideboxes higher up

    Add your menu then update this thread

  3. #3
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Moving the sideboxes higher up

    I added the menu to my dummy site (thank you again for helping me set it up). I am still working on the dummy site, but have a look at QueenCharlotteSoaps.com/test.

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Moving the sideboxes higher up

    You could try giving the top margin for that div a negative value...

    FIND:

    #navColumnOneWrapper, #navColumnTwoWrapper {
    margin-left: 0.5em;
    margin-right: 0.5em;
    }

    CHANGE TO:

    #navColumnOneWrapper, #navColumnTwoWrapper {
    margin-left: 0.5em;
    margin-top: -100px;
    margin-right: 0.5em;
    }

    (This is likely to affect the position of other divs...)

  5. #5
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Moving the sideboxes higher up

    That works, thank you. Is there any way, though, to decrease that space between the CSS menu and the text below it? If you take a look at this page, the sidebox was moved up nicely, but the distance between the CSS menu and the breadcrumb trail is still significant.

  6. #6
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Moving the sideboxes higher up

    Some more testing showed that is not a viable solution, unfortunately. That causes my shipping sidebox to move up past my CSS menu. Does anyone have a solution for this? Thank you.

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Moving the sideboxes higher up

    Seperate and make 2 entries one for each and adjust as required

    #navColumnOneWrapper

    #navColumnTwoWrapper

  8. #8
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: Moving the sideboxes higher up

    That worked, thank you.

    I appreciate your patience and help.

 

 

Similar Threads

  1. moving search function to the center of the page from the sideboxes
    By crexis in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Jul 2013, 01:36 AM
  2. Moving the left sideboxes up
    By Vyst in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 3 Nov 2007, 10:35 AM
  3. Moving Sideboxes into the Header
    By syren in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Dec 2006, 07:26 PM
  4. Replies: 1
    Last Post: 2 Nov 2006, 04:31 AM
  5. right sideboxes are higher than left
    By wtashby in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 May 2006, 09:11 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