Evening all,
Here is the site in question The Attic Banwell
I am looking to target small screens in portrait mode like iphone 5 etc
I would like to alter the font size so its shown on one line as opposed to two line,
"Scroll down & click photos below"
Learning / using chrome dev tools i can alter the Header h1 & header p text ok.
I am having problems trying to pin point the correct part for the text to be adjusted.
I see header ul li p but no change was made with these sections.
I am using the media query shown below to do it,
Code:@media only screen and (max-device-width: 568px) and (orientation: portrait){ #header p{ font-size: 8px; }
3621.jpg
I could easily change the word but rather learn/fix the issue & not bypass it.
Could you assist please.