Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    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.

    Thread Starter alebobbio

    (@alebobbio)

    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?

    Plugin Author Josh Leuze

    (@jleuze)

    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.

    Thread Starter alebobbio

    (@alebobbio)

    Thank you so much for all the information! You were so gentle =)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problems with full size’ is closed to new replies.