Foundation Featured Page Widget Margins

Support Area Forums Foundation Foundation Featured Page Widget Margins

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://www.specialtyfoodfoundation.org/
  • Author
    Posts
  • #31671
    Avatar photoCAPO
    Participant

    Bill –

    How can I get proper spacing/margins between the Donate Bar & The Featured Page Widgets?

    They butt right up to each other.

    URL above should explain and attached screen grab.

    Thanks,
    Mark

    Attachments:
    #31673
    Bill Robbins
    Moderator

    Hello Mark,

    I took a look and in the style.css file it looks like this style took out the bottom margin of the widgets in that section of the home page:

    
    #home-widgets .widget {
    	float: left;
    	display: inline;
    	width: 300px;
    	margin-bottom: 0px;
    }
    

    If you’ll change the margin-bottom: 0px; back to margin-bottom: 30px; that should bring back the original spacing.

    Let me know if you have any questions.

    Take care,
    Bill

    #31674
    Avatar photoCAPO
    Participant

    Fixed! Thanks Bill. How can also change the text color within the featured page widget?

    #31675
    Avatar photoCAPO
    Participant

    Please disregard. I found it.

    #31676
    Bill Robbins
    Moderator

    Glad that got if for you Mark. Have a great week 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Foundation Featured Page Widget Margins’ is closed to new replies.