How to remove padding from second text area

  • Author
    Posts
  • #15798
    Richard

    Hi,

    I’m trying to add an image to the second text area on the presentation page that fills the width of the content area, but there’s a padding (I guess) on the left side forcing the image to go beyond the content area to the right. Also, there’s some padding on the bottom as well.

    Which file and where I can be able to remove this?

    Thanks!

    #15802
    Zed
    Cryout Creations mastermind

    #front-text4 { margin: 0 -45px; }
    #front-text4 blockquote { margin: 0; padding: 0; }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #15861
    Richard

    Thank you so much!

    Just one more question, is it possible to make the image also responsive when visualizing through a mobile?

    For those with the same question just add this code into Miscellaneous settings > Custom Css

    #front-text4 { margin: 0 -46px; }
    #front-text4 blockquote { margin: 0; padding: 0; }
    #front-text4 img { position:relative; bottom:-10px; }

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

The topic ‘How to remove padding from second text area’ is closed to new replies.