Jump to content

Recommended Posts

Posted
1 hour ago, SoCal Deek said:

I’ll give the standard answer....”have you tried jiggling the wires”?

 

...LMAO...mine is BRB..."big red button"..........

Posted (edited)
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
Posted
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.

Posted
On 6/4/2018 at 2:18 PM, SoCal Deek said:

I’ll give the standard answer....”have you tried jiggling the wires”?

Or getting a bigger hammer?

Posted
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!
  • SDS unpinned this topic
  • 2 weeks later...
Posted
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.

×
×
  • Create New...