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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:47:31+00:00 2026-06-13T18:47:31+00:00

I am trying to design (responsive) a website that will appear perfectly in every

  • 0

I am trying to design (responsive) a website that will appear perfectly in every devices. I am using blueprint CSS framework (converted to fluid) I have the following codes for a simple heading.

HTML

<div class="prepend-3" style="margin-top:20px;">
   <h1>Stack <span style="color:#C6CBCE">Overflow</span></h1>
</div>

MY CSS

h1 { 
   padding: 20px 0; margin: 0; 
   font-family: "Trebuchet MS", serif; 
   font-size: 9em; color: #222; 
   font-weight: normal; 
   line-height: 80px; }

The problem I am facing is when I run the code keeping my browsers window to maximum mode I can see both the words “stack” and “overflow” are in same line which is perfect, but when I don’t maximize my browser’s window, the line breaks down like following .

Could you please tell me how to fix this problem (make it responsive)?

Thanks 🙂

enter image description here

  • 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-13T18:47:32+00:00Added an answer on June 13, 2026 at 6:47 pm

    Try using white-space: nowrap; property

    h1 { 
       padding: 20px 0; 
       margin: 0; 
       font-family: "Trebuchet MS", serif; 
       font-size: 9em; 
       color: #222; 
       font-weight: normal; 
       line-height: 80px;
       white-space: nowrap; <------Here
    }
    

    Or to be precise you can also specify different styles specific to screen sizes using CSS3 @media queries like, but I expect you are using this as you’ve specified Responsive

    @media only screen and (max-device-width: 480px) {
     /* Styles Goes Here */  
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm just learning CSS fluid layouts & responsive design, and I'm trying to use
I'm trying to implement a responsive design on my website and I'm getting a
I am trying to design a software in c++ that will send request bytes
I'm using less.js for better responsive css design, but now I encounter NETWORK_ERR while
I'm trying to design my app's interface in IB using a storyboard and have
I am trying to design a dropdown menu that covers the entire width of
I am trying to design model associations in rails that consist of the following
I am trying to create a web application using the MVC design pattern. For
I've been trying to tackle responsive design in emails and I am just having
I'm trying to just flat out kill my responsive Web Design and CSS3 Media

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.