1. Tralala
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Tuesday, 26 January 2016
  5.  Subscribe via email
I want the content of the right sidecolumn in phoneview under the main-content.

I read earlier discussions about this:
- http://www.joomla51.com/forum/8-commercial-templates/6281-j51-enlighten-rearrange-mobile-positions
- http://www.joomla51.com/forum/8-commercial-templates/6157-enlighten-blocks-under-contents-when-responsive#13833

But both solutions don’t work for template J51-Classic.

Is there an other solutions that does the job?
Do other templates this better?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You can also try the suggestion in the following post... http://www.joomla51.com/forum/8-commercial-templates/7720-how-can-i-make-sidecolum-b-stack-under#19479

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello, I have tried the above options and no solution yet found for the template Cashmere .

After I had overwritten the main.php with the new data was nothing and the changes on the Custom CSS or script in the body php unfortunately has not helped.

Maybe someone can help or a suitable solution
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

I have amended your module/component stacking order with the following Custom CSS...


@media only screen and (max-width: 767px) {
#main {
display: flex;
flex-direction: column;
}
#sidecol_a, #sidecol_b {
order: 1;
}
}


Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
I am happy that it worked. Many many thanks for your help.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!