• Resolved arty9k1

    (@arty9k1)


    I would like to change the width of the text on a mobile device. I cant seem to find the ccs code to make the change. i would like the text to show closer to the edges.

    segalltherapeutics.com

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Ignite!

    Sure, that can be done with the following CSS:

    @media all and (max-width: 800px) {
      .entry,
      .excerpt {
        padding: 1.5em 4% 2.25em;
      }
      .featured-image {
        left: -4.25%;
        width: 108.5%
      }
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

Viewing 1 replies (of 1 total)
  • The topic ‘responsiveness question’ is closed to new replies.