Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Make template not responsive

  • BARBARA GERANAKI
  • BARBARA GERANAKI's Avatar Topic Author
  • Offline
  • Senior Member
More
10 years 9 months ago #137914 by BARBARA GERANAKI
Make template not responsive was created by BARBARA GERANAKI
I would like to know how can I deactivate the responsive ability of the template.
The purpose of that I'm asking is for my website to be presented in the same way (menus, mainbody and sidebar on the right) on all devices (Desktops, laptos, tablets, mobiles etc).

Thank you.

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 9 months ago #137915 by Krikor Boghossian
Replied by Krikor Boghossian on topic Make template not responsive
You have to remove all the media queries.

meaning: All blocks that start with @media should be removed

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • BARBARA GERANAKI
  • BARBARA GERANAKI's Avatar Topic Author
  • Offline
  • Senior Member
More
10 years 9 months ago #137916 by BARBARA GERANAKI
Replied by BARBARA GERANAKI on topic Make template not responsive
I don't know what are media queries or blocks.
Can you give me a more detailed solution please (for starters)... :-)

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 9 months ago #137917 by Krikor Boghossian
Replied by Krikor Boghossian on topic Make template not responsive
Example:

Remove ALL code blocks that look like this (starting with @media only screen and (max-width: xxx ):
@media only screen and (max-width: 800px) {
	/* AND EVERYTHING IN HERE */
}

Always backup before performing such tasks.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum