Hi, the sidebar is shrinking because there is a sidebar to the left of the container the slideshow is in. I would use a full width page template, remove the sidebar, or conditionally hide the sidebar like this:
.home #sidebar {
display: none;
}
But to use that CSS you need to have the body_class function added to your theme.
Geez! I’d never imagine that. #Begginerfeelings
Thank you SO much for your help! I just deleted the sidebar codes in style.css and it worked.
I am not gonna use a sidebar on main page, but what if I decide to use on subpages. Would it be a problem?
No, that won’t be a problem, just use a custom page template for the homepage and the standard page template with the sidebar on the subpage.
Thank you so much for all the information! You were so gentle =)