Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6681845
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:38:10+00:00 2026-05-26T04:38:10+00:00

<p>Text</p> <ul> <li>One</li> </ul> <p>Text 2</p> How do i remove the vertical space between

  • 0
<p>Text</p>
<ul>
  <li>One</li>
</ul>
 <p>Text 2</p>

How do i remove the vertical space between paragraph and the list.

To be more specific – how do I reduce the bottom margin/padding of the p tag ONLY when followed by an unordered list. All the answers I see here remove the space after all p tags – that’s not what was asked.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:38:11+00:00Added an answer on May 26, 2026 at 4:38 am

    You can use CSS selectors in a way similar to the following:

    p + ul {
        margin-top: -10px;
    }
    

    This could be helpful because p + ul means select any <ul> element after a <p> element.

    You’ll have to adapt this to how much padding or margin you have on your <p> tags generally.

    Original answer to original question:

    p, ul {
        padding: 0;
        margin: 0;
    }
    

    That will take any EXTRA white space away.

    p, ul {
        display: inline;
    }
    

    That will make all the elements inline instead of blocks. (So, for instance, the <p> won’t cause a line break before and after it.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can one remove all text, but leave the structure intact? for example: <animals>
I'm trying to remove one line from a text file. Instead, what I have
I have html code like <ul> <li>Some Name <a class=rud href=#>remove</a><input type=text value=one readonly=readonly
I have three column in my datagridview .One is text ,one is Combo and
I have one text box and i have to show minimum date of the
i have one text area <textarea name=message id=message class=text_field style=height:200px; width:500px></textarea> if i type
I have one text box when user enter in text box and hit enter
i've one text file, and im doing something like this : resultingTokens = currentLine.split(\\t);
I have one text box on that text box i am using required field
string one = find; combobox1.text = one; I want to use one i.e string

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.