Adjust white space from widget feed title & content

  • Created : Jun, 13, 2022
  • Last Updated: Nov, 21, 2023

This tutorial will guide you, on how you can use a custom CSS option to add or remove white space from widget titles or feed content.

To adjust widget spacing you can create a new CSS file and add the following classes with the respective values.

Default CSS setting for widget[RSS] title:

.fw-feed-title {
margin: 0px 20px;
padding: 20px 0px 15px 0px;
}


The default setting for widget[RSS] main content:

.fw-feed-item {
   margin: 0px 20px;
   padding: 20px 0px 15px 0px;
}

For widget title use the following classes

Facebook:

header .fw-fb-feed-header-title

Instagram:

header .fw-ig-header-title

YouTube:

 header .fw-yt-feed-title

Twitter:

header .fw-tw-feed-header-title

Google Calendar:

header .fw-gc-feed-header-title

For the feed content main section use the following classes

Facebook:

 #fw-fb-feed-items .fw-fb-feed-item

Instagram:

#fw-ig-feed-items .fw-ig-feed-item

YouTube:

.fw-yt-feed-item

Twitter:

#fw-tw-feed-items .fw-tw-feed-item

Google Calendar:

#fw-gc-feed-items .fw-gc-feed-item

Padding/Margin structure

padding:10px 15px 10px 15px;

padding-margin

After creating and adding all required CSS properties it’s now time to upload them, upload CSS to your hosting server, copy the link and add it to the Custom CSS link input field as shown below figure.

Paste the CSS URL → Go to → “General” section → Click “Advanced settings” →  “Custom CSS Link”
Custom CSS Link Add Option

You can also use Dropbox or Google Drive to upload CSS files. Get started Now!


Related posts

Do You Need to Parse RSS or Use a Ready‑Made Widget?

Do You Need to Parse RSS or Use a Ready‑Made Widget?

RSS parsing vs RSS widget is a common dilemma for developers and marketers wanting fresh content like news or blogs...

Embedding YouTube Videos: Easy Tips for a Smooth Experience

Embedding YouTube Videos: Easy Tips for a Smooth Experience

Videos are a great way to make your website more interesting. YouTube is the biggest site for sharing videos,...

Leveraging RSS Feeds for Local SEO: Strategies for Targeting Local Audiences with Practical Examples

Leveraging RSS Feeds for Local SEO: Strategies for Targeting Local Audiences with Practical Examples

Local SEO is a powerful tool for businesses to attract nearby customers. By improving your position in local search...