Jump to content

CSS coders: Can you correct the header?


SDS

Recommended Posts

On 6/4/2018 at 2:13 PM, BringBackFergy said:

I was just going to suggest this.

me too.

Pulls the plugs and let me know what you see .

 

sounds like it is running a bit rich. Run smaller primaries and add some + timing at full advance. Could just be a vacuum leak though

Edited by 3rdand12
Link to comment
Share on other sites

On 6/4/2018 at 10:29 AM, SDS said:

When trying to make the message board look similar to the front-page, I had this error where the white boxes didn't lineup that I never fixed. Is there some one who wants to dive into this for us?

 

I'd prefer not to make any template/html changes (adding divs, etc...). I'm hoping for a css only solution. Thanks.

Screen Shot 2018-06-04 at 10.26.04 AM.png

So did you ever end up implementing our solutions? Feel free to PM me if you have any questions.

Link to comment
Share on other sites

On 6/4/2018 at 3:13 PM, Bills4Ever4Life said:
.ipsLayout_container {
    max-width: 1310px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
 
@media screen and (max-width: 1330px) {
   
#ipsLayout_header, #ipsLayout_body {
        margin: 0 10px;
    }    
}
 
If you need any other help just let me know
 
Edit: Just realized someone else already posted this. Let me work on getting you your "blue border" on lower widths (Done - Media query adds border on smaller screens)

 

I just went with:

 

.ipsLayout_container {
    max-width: 1310px;
    padding: 0;
}
 
That seems to have accomplished what I wanted. Thanks!
Link to comment
Share on other sites

  • SDS unpinned this topic
  • 2 weeks later...
On 6/9/2018 at 4:23 PM, SDS said:

 

I just went with:

 

.ipsLayout_container {
    max-width: 1310px;
    padding: 0;
}
 
That seems to have accomplished what I wanted. Thanks!

The second portion I added was so that at smaller widths you would still have the blue border .....which you don't now. Up to you :). Glad to be of service.

Link to comment
Share on other sites

×
×
  • Create New...