Download all Joomla templates including quickstart (demo)only $24.99

Forum

Important - Hands Up!

- Please ask using the account with which you made the purchase or download of our products and in its respective category.
- If you bought our products in another market, ask your questions in that market, not here.

* ADD PRODUCT NAME IN START OF SUBJET

Littles: Positon Left / Right above Main Body on Mobile Devices

  • S
  • spike Premium Member
  • Topic Author 1 month 2 weeks ago #1
How can I position the left and right positions above the mainbody on mobile devices?

Please Log in or Create an account to join the conversation.

  • L
  • leoalv Moderator
  • 1 month 2 weeks ago #2
Hi there.

Add these CSS in your custom.css
@media (max-width: 991.98px) {
#sp-left{order: 1 !important;}
#sp-right{order: 2 !important;}
#sp-component{order: 3 !important;}
}
Regards

Please Log in or Create an account to join the conversation.

  • S
  • spike Premium Member
  • Topic Author 1 month 2 weeks ago #3
That´s it. Many thx!

Please Log in or Create an account to join the conversation.