4

I'm trying to style the titles on the mobile device to match what I have displayed on a narrow desktop view. See images

warface.co.uk
pass:squared

Desktop Chrome / Narrow view (Desired view)

Chrome / narrow view

Mobile view Chrome / iOS

  • Title to sit in the center of the view
  • Remove unwanted black opacity background

Mobile view

Rob
  • 1,493
  • 5
  • 30
  • 58

1 Answers1

0

You can use the 'Toggle device mode' in Chrome to simulate the iPhone view.

And the line I was looking for is

    html.touch #grid .item a div.wrapper { }
Rob
  • 1,493
  • 5
  • 30
  • 58