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 8379451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:11:24+00:00 2026-06-09T16:11:24+00:00

I have a paragraph of text, sitting in a p -tag. Inside this text,

  • 0

I have a paragraph of text, sitting in a p-tag. Inside this text, there is an image. For that image, I want to add a title below using the small tag. This is the HTML code (I added line breaks for better readability):

<p>Lorem ipsum dolor sit amet, <img src="img/myimage.png" alt="myimage" /><small>
Hey look, thats my image!</small><br />consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</p>

Now I want to add a bottom margin to the small-tag using this CSS-code:

p small {
    margin-bottom: 30px;
}

It is not working, no margin-bottom is applied. The selector is right as I can change the left margin, text color and so on.

How do I add a margin-bottom to small in Twitter Bootstrap?

  • 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-06-09T16:11:26+00:00Added an answer on June 9, 2026 at 4:11 pm

    p small is an inline item, and you can’t add margins to inline items. Try:

    p small {
        margin-bottom: 30px;
        display: inline-block;
    }
    

    The only drawback about inline-block is that you might run into cross-browser compatibility issues.

    In your specific example, perhaps you can wrap the img and small in a div, then define:

    p small {
        margin-bottom: 30px;
        display: block;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a paragraph of text below that I want to use an input
I have a paragraph of text and i want to replace some words using
I have text within a paragraph tag that that fits snug on the bottom
I have a database full of text fields that look like this: (paragraph of
I have paragraph like below. I just Want to ignore text [[drama film|film]] .Output
I have a big paragraph of text that is divided into subparagraphs with <br>
I have a text paragraph above an image. When the paragraph grows and gains
Say I have a paragraph of text that has 500 or so words. But
I have an XML document like this: <xml> <item> <title>Article 1</title> <text><![CDATA[Lorem ipsum dolor
I have this problem...I have a paragraph of text, then a button I would

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.