Removing top search in Carmag theme causes problems

Latest Reply from Alice at 2015-10-05 04:29:33
When I edited the Carmag css to remove the top search bar, it caused the second menu's color background to move outside of it's container and go full screen, cut off menu text and caused a gap to appear between the top of the slider and bottom of header.

What? Please help support. My site is at http://2002BMW.com.

Barry
I've almost figured this out. But now, Safari, Google Chrome, Opera and IE, (Firefox doesn't display the box), but the others are displaying some type of placeholder error square above my logo and the left side of the website's background is not being displayed because of the bottom up arrow.

Why is this? Incorrect css styling?

Barry
Hi!
You changed the theme, didn't you? Besides, if you changed styles and this caused the problem you would better revert your changes.
Dave,

I changed back to the Carmag theme. I've made all of the coding/styling corrections myself.

I believe the last coding/styling change I need is, to move the menu bar above the slider.

This code below in the custom css is almost correct but not quite:

body #mainmenu-container {
position:absolute;
top:0px;
}

Can you please help here? Do I need to make a child theme for this change?

Barry
I moved the menu to the top, now my banner changed positions and my page up scroller disappeared. This is the custom css I have:

body #mainmenu-container {
position:absolute;
top:0px;
}
body {
margin-top:70px;
}
body #mainmenu-container {
position:fixed;
top:25px;
left:50;
width:985px;
#smoothup {
height: 40px;
width: 40px;
position:fixed;
bottom:53px;
right:130px;
text-indent:-9999px;
display:none;
background: url("http://2002bmw.com/wp-content/uploads/2014/10/up.png");
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s; transition-duration: 0.4s;
}
#header-banner {
visibility: visible !important;
position: absolute;
right: 10px;
width: 468px;
height: 60px;
top: 40%;
}

Where is my mistake in code?

Barry
Support - I figured it all out myself.
Hi!
We are glad to know that the problem is gone.However, it would be great if you could share a solution with the others if someone will have the same problem. Thanks in advance!

Leave a reply

Add codeAdd image