Home Forums Themes Support Claue Single Blog Post

Topic Resolution: Resolved
Viewing 10 reply threads
  • Author
    Posts
    • #27919

      Spring – Summer Trending 2017

      I want to show the image full.

    • #27923

      Hi,

      You want to show full header background image?

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

    • #27932

      yes …

    • #27936

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .single-post .page-head {
      	padding: 50px 0 1000px
      }

      But you should make all post featured image have same dimension.

      Kind regards

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

    • #27937

      Its working fine in computer but not in mobile

       

      I am trying to use this code

      @media only screen and (max-width: 414px){
      .single-post .page-head {
      padding: 10px 0 20px;
      }

      }

       

      But not working. What I am doing wrong?

    • #27938

      Hi,

      Please change code to

      .single-post .page-head {
      	padding: 50px 0 1000px
      }
      @media only screen and (max-width: 414px) {
      .single-post .page-head {
      	padding: 10px 0 20px
      }}

      Kind regards

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

    • #27947

       

      Not working

      @media only screen and (max-width: 414px){
      .single-post .page-head {
      padding: 10px 0 20px
      }

    • #27951

      Hi,

      Please add your code to last line. Don’t put this code on top.

      Kind regards

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

    • #27956

      Not working. Can you login and check?

    • #27965

      I moved code you add on top of customize to bottom. It now work well, please check again.

      You don’t do like i said.

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

    • #27972

      Sorry for that. Thanks anyway

Viewing 10 reply threads

You must be logged in to reply to this topic.