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

  • Home
  • SEARCH
  • 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 6692537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:52:45+00:00 2026-05-26T05:52:45+00:00

I have this wireframe I am working from: http://problemio.com/problemionewest.pdf and on the right side

  • 0

I have this wireframe I am working from:

http://problemio.com/problemionewest.pdf

and on the right side there is a list of categories. I made them here using

tags: http://www.problemio.com like this:

<p style="color: #2e6ea4;"><strong>Environment</strong></p>
        <p style="color: #B77F37; padding-left: 80px;"><strong>Homelessness</strong></p>
        <p style="color: gray; margin-left: 20px;"><strong>HealthCare</strong></p>
        <p style="color: #2e6ea4; padding-left: 80px;"><strong>Business</strong></p>
        <p style="color: #B77F37; padding-left: 120px;"><strong>Relationships</strong></p>
        <p style="color: gray; padding-left: 80px;"><strong>Philosophy</strong></p>                     
        <p style="color: #2e6ea4; padding-left: 20px;"><strong>Social Issues</strong></p>
        <p style="color: #B77F37; padding-left: 100px;"><strong>Technology</strong></p>
        <p style="color: gray; padding-left: 50px;"><strong>Finance</strong></p>
        <p style="color: #2e6ea4; padding-left: 130px;"><strong>Real Estate</strong></p>

But there is too much space between them vertically. Is there a way to decrease the vertical space between them?

Thanks!!

  • 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-26T05:52:46+00:00Added an answer on May 26, 2026 at 5:52 am

    First of all, be warned: inline CSS is a terrible idea. Read on.

    Short answer: You need to adjust your paragraph’s margin property using CSS. Add this between your <header> tags:

    <style type="text/css">
    p {
       margin: 5px 0;
    }
    </style>
    

    Change the 5px to the desired margin height. Note this will change the margin on all paragraphs in your document. In order to avoid this, you need to assign the parent element of the paragraphs an id and reference it:

    <div id="sidebar">
        <p>Social</p>
        // etc...
    </div>
    

    Then modify your CSS:

    <style type="text/css">
    #sidebar p {
       margin: 5px 0;
    }
    </style>
    

    Long Rant:

    In reality, this is not the approach you should take. Defining inline or in document style makes maintenance and changes a nightmare, and you lose consistency.

    Using external stylesheets makes it easier and quicker to edit and maintain your sites style and design. You also remain consistent.

    That’s a lot of content to get into here, you can Google this subject in your own time. But you should look into linking an external stylesheet and defining your styles there.

    Take a look at the Bootsrap framework.

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

Sidebar

Related Questions

I have this wireframe http://problemio.com/problemionewest.pdf and you see on the top-right there is a
I have this wireframe I am working from: http://problemio.com/wireframe.pdf I am trying to make
I am new to design and layout and I was given this wireframe: http://problemio.com/problemionewest.pdf
I am working from this example: http://jqueryui.com/demos/tabs/ and trying to get the tabs to
Have this dictionay retrieving values from DataTable: Dictionary<string,string> meta= ds.Tables[1].Select(key<>'format').AsEnumerable().ToDictionary(k=>k.Field<string>(0),v=>v.Field<string>(1)); How would I apply
I have this doubt from long time, When ever I write the class using
Have this print output from print_r($theobject); SimpleXMLElement Object ( [@attributes] => Array ( [label]
I have this list: <ul class=pagination> <li class=dl-nav-1 current><a href=#>Spring Training 2001</a><span class=visible><img src=img/indicator.png
I have this code in jQuery, that I want to reimplement with the prototype
I have this idea for a free backup application. The largest problem I need

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.