Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Nick C

    (@modernnerd)

    Hi, cmnthrds!

    It looks like your theme’s stylesheet is adding some white space to the left of your slider with this CSS:

    .content ul {
        margin-left: 2.3em;
    }

    You can correct this by adding the following CSS:

    .content ul.slides {
        margin-left: 0;
    }

    There are a couple of ways you can add this code:

    1. Edit your theme’s style.css and place the code at the bottom after all other code.
    2. Alternatively, install a custom CSS plugin and add the code to the Appearance → Custom CSS area.

    Once you’ve made that change, you should find the slider image uses the full width of the content area again.

    Thread Starter cmnthrds

    (@cmnthrds)

    Thank you! That did it. I appreciate your speedy help. 🙂

    Plugin Support Nick C

    (@modernnerd)

    You’re welcome! Glad I could help. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Resize dimensions’ is closed to new replies.