Hi @alexj783,
Could you please provide the site URL and if possible a screenshot so that I can help you with the appropriate solution?
Sincerely,
Ankit
ThemeGrill Support Team
yes of course but the site is on local mode for now
blue part to erease
red part to place to full width
screen
Hi @alexj783,
To remove the categories present on the right side of the slider area, please go to Dashboard > Appearance > Customize > Widgets > Front Page: Area beside Slider and remove the category from there.
And, the slider widget uses the recommended image size of 800 by 521 pixels. If you can code on your own then you can change it via the child theme.
You can get knowledge about a child theme and its process to create, from the link below.
https://themegrill.com/blog/tutorial-creating-wordpress-child-theme/
Sincerely,
Ankit
ThemeGrill Support Team
it’s not ok, look the screen 🙂
Hi @alexj783,
To get the slider on full width as much as possible presently, please add the following CSS code in the Additional CSS box:
.product-slider {
width: 170%;
}
PS: you can change “170%” with the value you prefer.
Help link https://docs.themegrill.com/knowledgebase/where-do-i-add-my-custom-css/
As you see on the screenshot below, it uses the recommended image size of 800 by 521 pixels on the slider widget, so you cannot get a single image full width due to its size. But, if you can code on your own, then you can change the size via the child theme.
View post on imgur.com
Sincerely,
Ankit
ThemeGrill Support Team