-
AuthorPosts
-
March 24, 2018 at 8:16 am #932247
Hi,
What’s the best way to standardize padding? I need to have 70px above and below all content and am using color sections for every column. I have modified the default padding to:
.content, .sidebar {
padding-top: 70px;
padding-bottom: 50px;
}This works for some sections but not others. Most sections have “special headings” and it seems that the line height of the heading is contribuing to spacing, also some elements such as accordions aren’t getting the normal padding.
My site is currently password protected.
Please let me know best practice to address the issue of having the same padding above and below content in all color sections.
thanks
March 24, 2018 at 1:17 pm #932332Hey josiehaney,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMarch 29, 2018 at 6:13 pm #934936This reply has been marked as private.March 29, 2018 at 11:53 pm #935066Hi,
Which elements have more than specified? Perhaps they already had padding applied.
Best regards,
Jordan ShannonMarch 29, 2018 at 11:58 pm #935070I think it’s because all the different elements have pre-built padding in them, is there an easy way to standardize padding for all elements?
March 30, 2018 at 2:07 pm #935312Hi,
Could you provide a screenshot of the issue? The css modification above will only affect the main content and sidebar container.
Best regards,
IsmaelApril 12, 2018 at 5:01 pm #941039I wound up zeroiong out all padding and then using whitespacers, with varying success.
April 12, 2018 at 6:43 pm #941081Hi,
Did you need additional help with this topic?
Best regards,
Jordan ShannonApril 25, 2018 at 12:35 pm #946540I still haven’t completely resolved the issue, is there an answer to my question regarding the best way to standardize heights of color sections?
April 25, 2018 at 6:43 pm #946760Hi,
You can set a fixed height via css.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
