Jump to content

Archived

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

ysdt

removing padding between sections:

Recommended Posts

ysdt

Hello! I've been searching the forum and can't seem to find this posted. Forgive me for the repeat, if this has been addressed. I'm trying to remove the padding between the header and wp/content section for all my pages. I've been trying to use firebug to figure out the proper code, but I can't seem to get it right. Any help would be appreciated. 

this is what I have tried adding to custom css:  

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

.pl-area-wrap {

   padding-bottom: 0;
    padding-top: 0;!important;
}
 
link: http://ysdt.org/company(want to remove padding from all the pages, except homepage where header is hidden)
 
Thanks so much. 

Share this post


Link to post
Share on other sites
Danny

Hi,

 

Trying the following:

 

.home #pl_areauf29d9 .pl-area-wrap {
padding-bottom: 20px !important;
}
.home #pl_areau8225d .pl-area-wrap {
padding-top: 20px !important;
}
.page #pl_areauf29d9 .pl-area-wrap {
padding-bottom: 0 !important;
}
.page #pl_areau8225d .pl-area-wrap {
padding-top: 0 !important;
}

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
ysdt

Thanks Danny. Think it worked! I also added this and it seemed to shave off even more padding: 

 
.page #pl_areau8225d  .pl-section-pad {
    padding-top: 0 !important;
}
 
 
Thanks again for your help. 

Share this post


Link to post
Share on other sites
Danny

No problem, happy to help.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

  • Similar Content

    • lbhansen
      By lbhansen+
      I am slowly getting closer to something I like for the general appearance of my site. What's currently nagging me is trying to remove the top and bottom padding/margin from the image in the header. It seems that I've done what I want with the menu but there was dead space above the image and between the image and menu.
      Trying out padding and margin settings, I got something that came close to what I want but saw odd behavior along the way. Changing either the top or bottom padding to 0 (from blank), removed all padding from the top and sides but left a small band between the image and menu.
      Setting all eight padding and margin settings to 0 removed all except the band between image and menu. (But it seems that entering 0 in only the top or bottom padding option is all that was needed.)
      So, heading into the twilight zone, I changed the bottom margin to -1. That removed the band but allowed the menu to slightly overlap the image. AND, narrowing the browser, or viewing on a phone, caused the band to reappear.
      Perhaps there's also a problem with the menu but I don't see it.
      So that's where it stands at the moment: http://756.a44.myftpupload.com 
      I seems to me that if there is a default padding value, setting it to 0 should be all that's needed to get the two sections to meet perfectly on any device/browser width.
    • Perry
      By Perry+
      Hello There, 
      I am working with Platform 5 and have run into an unnerving problem. I am trying to position my clients picture along the bottom of the container, so that it sits right on the bottom. After a good hour of googling and messing with the CSS I figured I would ask the question here. Below is my screenshot displaying my problem. I will need to do this frequently in the future. 
      My Problem Image
      Unlike in DMS, when I add a margin to an embed or image box it simply makes the container larger while keeping the padding, I cannot have any padding or any space whatsoever on the bottom of my clients image.  Is there a way to remove all padding from the container so I can have this work across screen sizes? If not is there anyway to position an element directly at the bottom of another element in Platform 5? This seems like a basic feature and was easily attainable within DMS. 
      I cannot create an image combining all these elements as it will not scale well on mobile and will make my clients logo unreadable and her face incredibly small. 
       
      Thank you for any help,
      Perry
    • chamois_blanc
      By chamois_blanc+
      Hello,
      I am a bit confused about the usage of percentages for section padding/margin settings in the PL5 UI. Percentages don't scale well for mobile devices (especially in height), so those settings are pretty much useless. Case in point, the defaults are expressed in rem units, not percentages:
      .pl-sn-pad { padding: 1rem; ... } Why force the user to use percentages in the PL5 section UI when it would have been as easy to let the user specify the unit?
    • Lisa Haran
      By Lisa Haran
      Hi 
      I have a map here http://www.iloveoffset.com/maps/
      I want to add several pointer locations to the map, but when I do they do not appear.
      On this map there are 2 pointer locations and as you can there is only one visible.
      Earlier today I added 7 and could only see 4 so there is something odd going on.
      My theme is up to date
    • clj182
      By clj182+
      Hello,
      I've been having trouble unlocking the template section for past couple of weeks. When I try clicking nothing happens. 
      I've deleted my custom css and removed plugins. Im down to having only the following plugins:
      Akismet
      Contact Form 7
      DMS Professional Tools
      Pagelines Updater
      WooCommerce
      It was working fine before i have no idea what's going on with it.
×