I have made the top logo dimensions to be 40%. On a large screen that is perfect - but on a smartphone it looks a little small. Can I make the phone version bigger without enlarging the full screen version?
Hi Noel,
You can use a breakpoint to do this.
- Select the image (film-theatre-logo.png) in Xway
- Open the Media Styles section of the Box Inspector
- Click on the plus button at the bottom of this section
- Choose Item from the popup menu next to Selector
- Set a breakpoint (e.g. 600px) to define a breakpoint below which a media style is applied
- Click on the plus button below Properties and add max-width (Name) 70% (Value).
This will cause the logo to have a maximum width of 70% instead of 40% on small screens.
Thank you. That worked an absolute treat.
1 Like