Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7433

    I’ll start by saying I’ve read ALL the forum comments for this theme and haven’t found the answer to my questions below, so apologize if I missed something.  junkfoodrehab.net

    1.  How do I decrease the spacing between the graphics currently featured in my widgets?

    2. How do I decrease the space below the menu bar and the content on the page?  I tried other css suggestions you gave others and they didn’t work for me.

    3. How do I remove the faint gray border around all the images I’ve posted in the site?

    4. How do I decrease the line break spacing between the images I posted on http://junkfoodrehab.net/shop/
    Thanks in advance for your help.  Your staff is so incredibly helpful and have made setting up my site  so much easier.  You get 5 stars from me!

     

    #7456
    Sakin
    Keymaster

    @junkfoodrehab.net: Ok I will try my best to answer your questions.

    1. How do I decrease the spacing between the graphics currently featured in my widgets?
    — Just change the margin bottom as per your wish and add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `.widget-feat-content { margin-bottom: 10px; }`

    2. How do I decrease the space below the menu bar and the content on the page? I tried other css suggestions you gave others and they didn’t work for me.
    — Just change the parting top as per your wish and add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `#main { padding-top: 50px; }`

    3. How do I remove the faint gray border around all the images I’ve posted in the site?
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { box-shadow: none; }

    4. How do I decrease the line break spacing between the images I posted on http://junkfoodrehab.net/shop/
    — There is so many spaces in that page which is leading to extra tag `

    ` which is making is size increase. So, edit that page delete the extra space. To add new image don’t your Enter much.

    #7497

    Thank you Sakin.

    Regarding #2 –  I tried this and even took the padding to 0 and I still have the space.  Suggestions?

    Regarding #3-   I entered the CSS code you provided and it did not correct my issues.  Suggestions?

    Regarding #4-  I eliminated all but one space and now the pictures are not all left justified.  Suggestions?

    Thank you for your assistance.  I appreciate your patience and understanding.  I am new at this.

    #7533
    Sakin
    Keymaster

    @junkfoodrehab.net: Please remove all extra code in “Custom CSS” box I see lot of dashes like below. This is conflicting.
    `————-`

    Let me know it after you remove those dashes.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Spacing Questions’ is closed to new replies.