View Single Post
  #2  
Old 08-08-2014, 04:40 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Is there an easier way to rearrange the order of the content in mobile view?

Hi Ben!

I am afraid not. Sidebar comes first because its HTML code is higher on the page and the only way to make it come first is to change the consequence of the HTML chunks.

Basically, you can achieve it if you write your own skin. Will it work for you or not?

Tony.

Quote:
Originally Posted by benmackie
In X-Cart 4 the main content came first, then the sidebar when viewed on a mobile device.

In X-Cart 5 the sidebar comes first.

I like it that way, but my client wants it where the main content comes first, then the sidebar.

I am hacking my way around using CSS media queries, but I don't like to hack a layout like this.

Is there a better way to do this from the backend/admin area?
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote