• Resolved RibOne

    (@ribone)


    Hi,
    I’m wanting to change the line spacing on the links list in the widgets at the bottom of my webpages. The RECENT POSTS & COMMENTS links lists specifically. My site can be viewed at https://www.nobbyownersassociation.co.uk

    I’ve looked very hard at the style sheet but my very limited knowledge of css has not been able to identify the style which needs to be modified. If you could point me in the right direction that would be very much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    Hi, nice site!

    The spacing is optimized for the display with date, so first you can try to enable date next to title and comment in the widgets settings, perhaps you will like it? If not, I’ll check the CSS.

    Also I see that you’re not using a child theme. Are you using some custom CSS plugin? Otherwise how do you plan to get updates for the theme?

    Theme Author Tomas Mackevicius

    (@tomasm)

    Also I noticed that you have a bunch of unnecessary pages, like tis one:

    Sailing Events

    PLEASE FOLLOW THE SUB-MENU LINKS TO VIEW THE PHOTO ALBUMS

    To eliminate them, please follow this technique:

    https://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Create-empty-placeholder-menu-item

    Theme Author Tomas Mackevicius

    (@tomasm)

    Otherwise you could add this to your child theme (or edit those lines directly if not using a child theme) and play with margin:

    #footer-widgets .widget li,
    .widget_recent_entries li,
    .widget_recent_comments li {
    	list-style-type: none;
    	color: #555;
    	margin-bottom: 24px;
    	margin-bottom: 1.714285714rem;
    }
    Thread Starter RibOne

    (@ribone)

    Hi Tomas, please don’t think I’ve abandoned your useful advice. I’ve been working away and on vacation. I’ll endeavour to follow your recommendations and also take a closer look at your written guidance on child themes. Many thanks for your considered replies.

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