I just wanted to ask if how can I remove or reduce the WHITE SPACE below the 3 images? Thanks

I just wanted to ask if how can I remove or reduce the WHITE SPACE below the 3 images? Thanks

Hi there,
Please try to add this code to the custom CSS panel:
.x-topbar img {
margin-bottom: 0 !important;
}
In case this doesn’t work, kindly share your URL so that we can check.
Thank you.
@Jade
Hi Jade, the css code you gave me didn’t work.
I’m currently developing the site, I don’t know if you can see this but here is the IP Address: 108.167.185.227
The site is: http://heroicmedia.org
@friech
Sorry about that. Here is the page where the screenshot came from: http://heroicmedia.org/homepage-2-0/
Hi there,
Please try this code:
p.p-info, p:empty {
display: none;
}
Hope this helps.
@Jade
No, it didn’t work. I’m referring to this white space (please see screenshot). Do you have a code that can reduce this space?

Hi There,
Add this on your custom CSS instead.
.x-topbar table,
.x-topbar p:empty {
margin-bottom: 0;
}
.x-topbar table th, .x-topbar table td {
padding-bottom: 0;
}
Though there’s seems to be an issue with your html markup as I am seeing the table is outside of the p-info container.
Please check your topbar content for any unclosed tags.
Thanks,
Thanks @friech, that worked!
I also wanted to ask for the additional css code in order to remove the space beside the images (see screenshot). How can I remove it? Thank you for the insightful responses.

Hi There,
I’m sorry, but it seems you have removed the referenced page (https://snag.gy/5hOJ4d.jpg). Could you please confirm?
Thanks!
I’m currently developing the site, I don’t know if you can see it but here is the IP Address: 108.167.185.227
You have to add the address to your host file.
The site is: http://heroicmedia.org
Hi again,
Try adding the following code in your Customizer:
.x-topbar .x-topbar-inner img {
width: 33.33%;
}
.x-topbar .x-topbar-inner {
width: 100% !important;
max-width: 2000px !important;
}
Let us know how this goes!
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.