Jump to content

Archived

This topic is now archived and is closed to further replies.

thesongchanneler

Extra padding under quickslidr

Recommended Posts

thesongchanneler

Aloha,

 

I wish I could deduce what code to input for this, based on you having told me a similar code for reducing padding around nav bar and media box....  however, I still don't know what to input. I just want to reduce the padding under my quick slider. What should I input in custom css for this?

 

Thank You

Share this post


Link to post
Share on other sites
Danny

Hi,

 

Can you provide a link to the site in question please.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
thesongchanneler

www.devorakalma.com

 

It's the slider on the top left of just one pic per slide with a "polaroid photo" look ... I want to eliminate some of the space below it

 

Thank You

Share this post


Link to post
Share on other sites
Danny

Hi,

 

If I understand you correctly, try using the following code:

 

#widgetizeru5w0y1n .pl-section-pad,
#widgetizeru5w0y1n .widget_text {
  margin-bottom: 0;
  padding-bottom: 0;
}
 
To remove the extra space remaining at the bottom, simply set your Canvas section that has those sections housed inside it, to padding-bottom 0.

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
thesongchanneler

Thank You, Danny. It's not the widgetizer whose padding needs to go... it's the slider above it. It has space below it (as far as i can tell). Can you give me the code for reducing the SLIDER padding? Thank You. I appreciate the code help.

Share this post


Link to post
Share on other sites
Danny

Try this:

 

#quicksliderulfyix6 .pl-section-pad {
  padding-bottom: 0;
  margin-bottom: 0;
}

Please search our forums, before posting!

Share this post


Link to post
Share on other sites

×