Home › Forums › Themes Support › Claue › Single Blog Post
- This topic has 10 replies, 2 voices, and was last updated 6 years ago by adikkt.
-
AuthorPosts
-
-
December 28, 2018 at 5:49 am #27919
I want to show the image full.
-
December 28, 2018 at 8:56 am #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 -
December 28, 2018 at 3:54 pm #27932
yes …
-
December 28, 2018 at 5:38 pm #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 -
December 28, 2018 at 7:14 pm #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?
-
December 28, 2018 at 7:32 pm #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 -
December 28, 2018 at 8:23 pm #27947
Not working
@media only screen and (max-width: 414px){
.single-post .page-head {
padding: 10px 0 20px
} -
December 28, 2018 at 10:48 pm #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 -
December 29, 2018 at 1:32 am #27956
Not working. Can you login and check?
-
December 29, 2018 at 11:04 am #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 -
December 29, 2018 at 3:36 pm #27972
Sorry for that. Thanks anyway
-
-
AuthorPosts
You must be logged in to reply to this topic.