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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:15:49+00:00 2026-06-15T09:15:49+00:00

Going straight to the point, I’m a beginner in CSS. I found twitter bootstrap

  • 0

Going straight to the point, I’m a beginner in CSS. I found twitter bootstrap that seems very promissing and easy to use… well, not so.

Take a look please at this.

I need to:

1) place the logo (with an X) inside the square that it’s now below it

2) add some margin from the top. Right now, there is almost no space between the browser url bar and the logo/fields

3) add some spaces between the input fields when they are horizontal, eg. fields: “Seu Número de Celular:”, “Boleto Bancario” and “Conta de Consumo”. Right now, they are almost glued one to the other.

I would also appreciate any good advices on tutorials on CSS. I’m using django, if this matters.

Thanks for your help

  • 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-15T09:15:51+00:00Added an answer on June 15, 2026 at 9:15 am

    W3C Schools is a good point to start with CSS.

    1) Learn about position:relative or use background and place the box as background-url

    .your-square-image /*You will need to put class="your-square-image" to the squarebox*/
    {
    position: relative;
    top: -120px;
    z-index: -1;
    }
    

    2) Simply use margin-top to adjust the margin from top

    .logo {
    margin-top: 50px;
    }
    

    3) Use margin-right for all your inputs (or put it in proper class)

    input 
    {
    margin-right: 15px;
    }
    

    All the css above can be placed at the top of your html page or put in separate css file and link it from your page (recommended).

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

Sidebar

Related Questions

I decided not to use an orm and going to use straight ADO.NET for
Going straight to the point, i have made a code to test concurrency in
I am going straight to the point,my problem is, I have a uiview controller
I'm going to cut straight to the question, I have a XML file that
Hopefully a straight forward one, but it's got the point where i'm going round
Going through happstack-lite tutorial : we build functions that have return type of ServerPart
Going through Javascript documentation, I found the following two functions on a Javascript object
Going mad now. I have a MVC solution that i've upgraded from MVC 1
I am running a program in Perl that at one point evaluates data in
Okay, straight to the point, here is the code: struct TileStruct { SDL_Rect clip[0];

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.