 Groups: ProSeller
Joined: 12/11/2010 Posts: 113
|
Hello, Have done a search, and can't find the code or tip. All I would like to do is put the sidebar (with all the listings) onto the right side of my store. Not quite sure how to do this. Is there a simple way of moving it over please? Any help greatly appreciated. Many thanks.
|
|
 Groups:
Joined: 3/3/2012 Posts: 508
|
Easy as pie  No code needed. Just do the following. Go to: Store> Manage> Content> under Navigation on the right side you can choose between: Left column and Right column artiful
|
|
 Groups: ProSeller
Joined: 12/11/2010 Posts: 113
|
artiful wrote:Easy as pie  No code needed. Just do the following. Go to: Store> Manage> Content> under Navigation on the right side you can choose between: Left column and Right column artiful Oooooo umm. Thanks, Artiful. Sorry, I get to Content and can't find the options of left v right with Navigation. The only navigation I can find under content, is to whether show/not show store "department navigation." :-? Waa.... am I missing something?
|
|
 Groups:
Joined: 3/3/2012 Posts: 508
|
|
|
 Groups:
Joined: 3/3/2012 Posts: 508
|
and don't forget to hit the 'save' button
|
|
 Groups: ProSeller
Joined: 12/11/2010 Posts: 113
|
Ahhhhhhh. Sadly that seems to be missing on mine... :-o  Hmmm. :-? ?
|
|
 Groups:
Joined: 3/3/2012 Posts: 508
|
Oh my! I had the same dilemma and tried to fiddle around with the CSS. I reversed all the steps that I applied earlier but for some reason the sidebar still wouldn't show up. So I opened a new store  But maybe you could copy the CSS sidebar section from a template store. artiful
|
|
 Groups: ProSeller
Joined: 12/11/2010 Posts: 113
|
artiful wrote:Oh my! I had the same dilemma and tried to fiddle around with the CSS. I reversed all the steps that I applied earlier but for some reason the sidebar still wouldn't show up. So I opened a new store  artiful Wow. Guess that's one day to sort it. Umm...  Many thanks for all your help. It's not the end of the world. Just since the store grid has gone super long, I reckon the product listings, etc. will look better on the right. Ahh well. Thanks again.
|
|
 Groups:
Joined: 3/3/2012 Posts: 508
|
I'd say just let this thread sit for a moment and for sure someone will come by with a solution. It can't be a big thing
|
|
 Groups: ProSeller
Joined: 12/11/2010 Posts: 113
|
|
|
 Groups: ProSeller
Joined: 4/22/2009 Posts: 1,019
|
The sidebar option disappears when you enable Beta Advanced. If you really want to swap it you will need to copy any custom CSS code to notepad or something, revert your CSS to default, the sidebar option will reappear.
Swap your sidebar over then copy your custom CSS back into the beta advanced tab.
|
|
 Groups: ProSeller
Joined: 12/11/2010 Posts: 113
|
Specialeetees wrote:The sidebar option disappears when you enable Beta Advanced. If you really want to swap it you will need to copy any custom CSS code to notepad or something, revert your CSS to default, the sidebar option will reappear.
Swap your sidebar over then copy your custom CSS back into the beta advanced tab.
Oooooooo interesting. Might try that... Many thanks, Specialeetees.
|
|
 Groups: ProSeller
Joined: 12/11/2010 Posts: 113
|
|
|
 Groups: ProSeller
Joined: 4/22/2009 Posts: 1,019
|
|
|
 Groups: ProSeller
Joined: 12/11/2010 Posts: 113
|
Oh yeh. Soooooo typical. :-s LOL. *sigh* THX!
|
|
 Groups:
Joined: 3/3/2012 Posts: 508
|
you are welcome
|
|
 Groups: ProSeller
Joined: 12/11/2010 Posts: 113
|
|
|
 Groups: Member
Joined: 12/13/2011 Posts: 12
|
Just as an addendum, if you want to change the position of your sidebar without reverting back to default, there's a fairly simply way to do that.
To move your sidebar from the left to the right, place this code in your CSS:
#group_1 {float:right !important;}
#group_2 {float:left !important;}
To move your sidebar from the right to the left, place this code in your CSS:
#group_2 {float:right !important;}
#group_3 {float:left !important;}
Should do the trick just fine.
**Please Note: This post in no way indicates the author has any idea what he/she is talking about. Take everything said with a grain of salt (followed by a shot of tequila), and it wont bother you as much**
|
|
 Groups: ProSeller
Joined: 12/11/2010 Posts: 113
|
agitantclothing wrote:Just as an addendum, if you want to change the position of your sidebar without reverting back to default, there's a fairly simply way to do that.
To move your sidebar from the left to the right, place this code in your CSS:
#group_1 {float:right !important;}
#group_2 {float:left !important;}
To move your sidebar from the right to the left, place this code in your CSS:
#group_2 {float:right !important;}
#group_3 {float:left !important;}
Should do the trick just fine.
**Please Note: This post in no way indicates the author has any idea what he/she is talking about. Take everything said with a grain of salt (followed by a shot of tequila), and it wont bother you as much** Oooo wow. THANKS! Might try that too. Really appreciate that. Have a great weekend, everyone!
|
|
 Groups: ProSeller
Joined: 4/22/2009 Posts: 1,019
|
Ah cool agitantclothing, thanks for sharing that tip
|
|
|
Guest |