Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    You can try this on your custom CSS:

    #content-right .content-inner {
        padding: 0;
    }
    .span8.equal {
        width: 68%;
    }

    Thank you.

    Thread Starter bethplummer

    (@bethplummer)

    Thanks! That did the trick when viewing on a computer. It throws things off a bit though when viewing on a mobile device. Moves content to the right, with white space to the left. Any idea how to correct that?

    You can try this custom CSS:

    @media screen and (max-width: 750px) {
    .span8.equal {
        width: 100%;
    }
    }

    Thank You.

    Thread Starter bethplummer

    (@bethplummer)

    That’s perfect! Thank you so much.

    Welcome. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Eliminate white space around 1 image’ is closed to new replies.