• I am totally new at this so please bear with me….
    https://crushstuff.com

    I want to get rid of the white stuff at the top of the page

    I also need to close up the space (think it is called padding):
    1. between logo and nav bar
    2. between nav bar and photo or page type

    Also how to do I get the lined paper look behind the product info?
    I don’t want to see the pink stripes here…
    https://crushstuff.com/shop/best-tshirt-ever/

    Many thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi dsnsol,

    I want to get rid of the white stuff at the top of the page

    I don’t see any white stuff at the top of the page?

    1. between logo and nav bar

    Find “#header hgroup” at line 4729 in indigo.css (/wp-content/themes/your-theme/styles/indigo.css), and reduce the “margin-bottom”.

    2. between nav bar and photo or page type

    Find #navigation at line 539 in indigo.css, and reduce the “margin-bottom”.
    Also find #header at line 594 in indigo.css, and reduce the “padding” bottom.

    Also how to do I get the lined paper look behind the product info?

    Unless looking at your theme files, it is quite hard to tell exactly how you can do it, but to display the lined paper as a background, you need to see how “type-page” class has been written (or you would add this class in the div).

    Hope it helps!

    Thread Starter dsnsol

    (@dsnsol)

    how do I find that file?

    Hi dsnsol,

    You can find the file using a FTP client such as FileZilla. Once you login to the FTP, you can find the css file in /wp-content/themes/your-theme/styles/.

    Please let me know if you are still not sure.

    [email protected]

    (@kjacobspolarcaddgraphicsca)

    Thanks guys this helped me figure it out. I was trying to add padding between WP Sliding L/R and my logo. I did a text search for header and found the proper coding. I then entered that into my child theme, changed the padding and I was good to go.

    Thanks Again
    Regards
    Kevin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with padding and background issues’ is closed to new replies.