Elliance wrote:
I would like to keep the ordering a, b, a, b, a, b on a mobile device. Is this possible?
See:
www.elliance.nl/paradigm-rocketlauncher_...ne-optimalisatie-seo
Wow, I actually had to think about this one 
YES!
You'll have to create a duplicate set of modules. The duplicate set will appear below the module that has a lower number. We will control which modules appear on the desktop and mobile device with these module class suffix's -> hidden-desktop and hidden-phone.
Use FireBug for Firefox or Chrome Developer Tools to help you sort out where to put the modules.
So we're looking for this to happen:
<div class="rt-grid-6 rt-alpha">
<div class="rt-block box3 title5">
<div class="rt-block box3 title5 hidden-desktop"> <!-- 2. ZOEKWOORDEN ONDERZOEK below #1 - this is a duplicate module-->
<div class="rt-block box3 title5">
<div class="rt-block box3 title5">
<div class="rt-block box3 title5">
<div class="rt-grid-6 rt-omega">
<div class="rt-block box3 title5 hidden-phone"> <!-- 2. ZOEKWOORDEN ONDERZOEK right of #1 - this is the original module-->
<div class="rt-block box3 title5">
<div class="rt-block box3 title5">
What happens here is on a desktop hidden-desktop will turn OFF the duplicate module and you will see the original to the right of "1. INTAKE SEO"
On a mobile device hidden-phone will turn OFF the original module and the duplicate will now display below "1. INTAKE SEO"