Home › Forums › CSS › Trying to overide a css rule in Opencart when in mobile mode › Reply To: Trying to overide a css rule in Opencart when in mobile mode
August 2, 2017 at 5:10 am
#257315
Participant
YEEEAAAAAHHHHH, Beverly for President :D. I am kidding. The problem is that you made media querie (MIN-WIDTH: 500) inside that querie you have rule that says: .text {
max-width: 70%;} that’s why your text stays where it stays… And yes, it’s little bit funny that you have both kind of queries (min-width, and max-width). You can’t, I mean you can, but you see what happens then. Hope this helped you.