edit CSS

  • Unknown's avatar

    my knowledge of CSS is very minimal. i’m using the Illustratr theme. how do i get rid of the annoying horizontal line at the top of the page. also, how do i make an image stretch from left to right, edge to edge, and be responsive?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi creativesteven,

    If you’re able to add CSS to your theme then this should get rid of the horizontal line:

    .page-header:after, .entry-header:after{
    	height: 0px;
    }

    And you’re in luck; it seems like the theme you’re using does allow you to use both Wide and Full width images in the content. You need to add them using the Image block, here’s a guide to it: https://en.support.wordpress.com/wordpress-editor/blocks/image-block/.

    All the themes here on WordPress.com should be responsive, but do let us know if you come across anything in your theme that doesn’t seem to be properly responsive.

  • The topic ‘edit CSS’ is closed to new replies.