Responsive Page Title Text

  • Author
    Posts
  • #97189

    I’m trying to configure the individual page Header Titles to be dynamic sizing based on the screen being used. I’m trying to use your example for the slider text explained elsewhere but i’m not getting anywhere.

    @media (max-width: 480px) {
    .entry-title {
     font-size:10px;
     }
    }

    Just to make it easier for me to update I’ve placed the css into the Additional CSS section of the theme customization page in wordpress. Can you help me fix this to, well, actually work? If there’s another method for resopnsive font size please let me know!

    Thanks!

    #97826
    Zed
    Cryout Creations mastermind

    Your CSS identifiers may need to be more specific to override existing styles. For example
    body #header-page-title h1.entry-title instead of just .entry-title.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Responsive Page Title Text’ is closed to new replies.