Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #910429

    Hi there,
    If you visit my page gazinginward.com on a mobile device you will see that the h2 text is quite small (and in conflict with the image).
    I would like to style it with the following in my style.css, but it seems to be overridden somewhere and I’m not seeing how to modify it. Can you please advise. Thanks so much.

    /* for iPhone */
    @media only screen and (max-width: 479px) {
    
    	/*increase size/reposition full screen home caption*/
    	.responsive #top .slideshow_caption h2 {
        	font-size: 40px !important;
        	position: relative;
        	top: 90px;
    	}
    	
    }
    • This topic was modified 6 years, 9 months ago by theonlykieran.
    #910791

    Hey theonlykieran,
    When I examine your page, the css above is working, perhaps try clearing your browser cache.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.