Space between video widgets/rows
Hi,
I’m having trouble reducing the amount of space between rows on PageBuilder. This is the page I’m struggling with:
http://www.ilovelindsaybubbles.com/love-songs/
I’m new to this but I did change the Row Bottom Margin under settings to 1. The practice text and practice button both show up how I would expect but there is a lot of space between the videos and I don’t know how to fix it.
Thanks for any help.
Adam
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi Adam
Fitvids which handles video responsiveness is adding top padding, not sure why.
1. Add the following to a Custom CSS plugin like Simple Custom CSS:
/* Fitvids */ .responsive-video-wrapper[style] { padding-top: 0 !important; }or
2. Install this child theme via Appearance >Themes > Add New: Upload ZIP to remove Fitvids. Child theme activation does mean Customizer and menu settings will be reset so test if first before redoing all that work.
https://siteorigin.com/wp-content/uploads/2014/09/vantage-child-de-register-fitvids.zip
Thank you for your help. This may make me seem quite idiotic but where do I access html/css on wordpress? Can I only change code if I download a plugin?
The CSS I sent should be added via a plugin like: https://wordpress.org/plugins/simple-custom-css/.
The Vantage theme folder is at /wp-content/themes/. If you edit any files you need to use a child theme to keep changes update safe.
Ideally try achieve what you need without editing theme code.
Thanks, Andrew. I pretty much only know java at this point but was just curious going forward as I learn html. I appreciate your help.
For sure. My development advice goes like this.
1. Work within the theme bounds: Theme Settings (Appearance > Theme Settings & Appearance > Customizer)
2. Use a plugin to do a job.
3. Use Custom CSS to tweak elements that 1 and 2 can’t. You can do a lot with Custom CSS.
4. Use a child theme to change theme files that all of the above couldn’t assist with.
You could debate the order but those are the steps worth looking at in my opinion. A way to think about working with WordPress.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.