User tests: Successful: Unsuccessful:
400px is too wide for mobile view
The text then falls outside the screen
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Templates (site) |
This is in the base of joomla.
This has nothing to do with a media query.
Just look at the file in the base of joomla.
This widget overrulled if nothing is set apart.
Any user who does not customize it has to do with it
What I means is, the iframe is was set to 400px in general. You've reduced it by 130px but mentioned it's only an issue on mobiles. So why not set the iframe to 270px on mobile only?
To be clear as it seems you don't know what a media query is. @C-Lodder is saying that your change will change the width for everyone monastery the size of their screen. Media queries are a methodology for css that allows you to define things differently depending on the user's screen. This way you would be able to reduce the width just for small screen sizes
yes, please consult, for instance, https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries and review/make another PR that checks the client viewport width and adjust the width accordingly
I'm going to see how it was regulated in version 3.6
In 3.7 I discovered this
I'll keep you informed
I also understand your reactions
But this is something that, I think, was made by the team.
But I'm looking forward to that
As promised, I would check it out
And also in 3.6 is in offline.css 400px.
It will be another ice cream she has been
I can not figure it out anymore
Everyone thanks for his time and attention
And sorry I reported it
@webmasterab how to go on with this PR?
@ Franz-wohlkoenig I do not understand what you mean.
I write that I can not find it anymore and therefore can not find out if it's really joomla or the template I'm using
I will therefore close this
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-12 16:27:57 |
Closed_By | ⇒ | webmasterab |
Would suggest using a media query instead. Your PR will apply for all viewport sizes.