1. dy87chf
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 24 February 2021
  5.  Subscribe via email
Can you tell me how to change the break point for my Sidecol-2A module? Right now it is breaking at 767px and I need it to break at around 820px. Thank you.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Sorry to say the option to set a custom breakpoint does not exist in the template settings. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will make this amendment for you. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I think I figured it out. I added the following to my custom.css file:'

@media only screen and (max-width: 960px) {
#main { flex-direction: column;}
.sidecol_b { width: 100% !important; max-width: 100% !important; flex-basis: 100% !important; order: 1 !important;}
#content_remainder { width: 100% !important;}
}
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect ... thank you for sharing your solution! :)

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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