Home Forums Themes Support Gecko Page Head on Mobile

Viewing 3 reply threads
  • Author
    Posts
    • #2467

      I want to change the padding and font size of the page title.  I used a media query and the padding seemed to work on Android, but not iOS.  Font size did not.

    • #2470

      Hi,
      Can you post your code to here, we will take a look and give you a hint.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #2478

      .page-head {padding: 80px 0;}

      @media only screen and (max-width: 736px) {
      .page-head {padding: 20px 0;}
      h3 { font-size: 16px; }
      }

    • #2483
      hi,
      
      You change the code to
      
      .page-head {padding: 80px 0;}
      
      @media only screen and (max-width: 736px) {
      .page-head {padding: 20px 0;}
      .page-head h1 { font-size: 16px; }
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.