Home › Forums › Themes Support › Claue › Full width of header and footer
- This topic has 9 replies, 2 voices, and was last updated 4 years, 3 months ago by
Harry.
-
AuthorPosts
-
-
November 2, 2020 at 4:52 pm #39067
Hello. I just can’t set the full display of the header and footer on my site. What do I need to do to make these elements appear on the full screen?
In the main settings, I have already changed everything, I just can’t change this viewAttachments:
You must be logged in to view attached files. -
November 2, 2020 at 5:46 pm #39070
Hi Roma,
Please go to Theme Option > General Setting and turn off Boxed Layout.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 2, 2020 at 6:13 pm #39071
I have an image in the background in the header, if I turn off this switch, the image disappears. I don’t want this image to disappear, so this option doesn’t work for me. How else can you do this?
And yet – how to remove the field that is marked on the screen?Attachments:
You must be logged in to view attached files. -
November 2, 2020 at 6:52 pm #39073
Hi,
1. I don’t see the image on header when you turn off boxed option.
2. Please go to Appearance > Footer menu and delete.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 2, 2020 at 7:31 pm #39074
That’s the problem. I need to put an image in the header, but if I disable this switch, there is no way to put the image
And yet – what size of the image in the header should be set so that it would be shown on the computer and phone?
-
This reply was modified 4 years, 3 months ago by
RomaPopovych.
-
This reply was modified 4 years, 3 months ago by
-
November 3, 2020 at 10:03 pm #39078
Can you tell me how to make a full-width header, but about that, make a background with a picture?
-
November 4, 2020 at 6:48 pm #39080
RomaPopovych SUPPORTED Can you tell me how to make a full-width header, but about that, make a background with a picture?
Can you tell me how to make a full-width header, but about that, make a background with a picture?
Can you tell me how to make a full-width header, but about that, make a background with a picture?
-
-
November 4, 2020 at 10:01 pm #39081
Hi,
1. To make header full with Please go to Theme Option > General Setting and turn off Boxed Layout.
2. Please add below code to claue > theme option > general layout > custom CSS
#jas-header {background: url(https://lemonbeauty.pl/wp-content/uploads/2020/11/super-bonder-370x370.jpg) center center no-repeat; background-size: cover;} @media (max-width: 767px) { #jas-header { background-image: url(https://lemonbeauty.pl/wp-content/uploads/2020/11/super-bonder-370x370.jpg); }}
}
and change the path to your image
the image on desktop should be is 1920 x 250, and for mobile should be 414 x 150
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
November 7, 2020 at 3:29 pm #39105
Hi, 1. To make header full with Please go to Theme Option > General Setting and turn off Boxed Layout. 2. Please add below code to claue > theme option > general layout > custom CSS
#jas-header {background: url(https://lemonbeauty.pl/wp-content/uploads/2020/11/super-bonder-370x370.jpg) center center no-repeat; background-size: cover;} @media (max-width: 767px) { #jas-header { background-image: url(https://lemonbeauty.pl/wp-content/uploads/2020/11/super-bonder-370x370.jpg); }}
} and change the path to your image the image on desktop should be is 1920 x 250, and for mobile should be 414 x 150 Kind regards
Thanks a lot, it helped me a lot
Please tell me how to increase the size of the icons in the header of the site?Attachments:
You must be logged in to view attached files. -
November 7, 2020 at 7:52 pm #39109
Hi Roma,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.jas-action i { font-size: 30px; }
and change 30 with your number
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.