Space between slide and news

Latest Reply from qnkov at 2017-06-27 16:53:31
You can see from the picture the gap which i've done maybe, after changing the code.
How can i fix it?
http://prntscr.com/fhezpt
The problem may be somewhere in this new code i have get from other theme of yours.

/*------------------------------ MENU ------------------------------*/
#secondarymenu-container {
padding-top:3px;
height:31px;
position:relative;
z-index:11;
}
#secondarymenu {
float:right;
margin-right:15px;
}
#secondarymenu li {
margin-right:5px;
}
#secondarymenu a {
color:#fff;
text-decoration:none;
padding:6px;
display:block;
font-size:12px;
}
#secondarymenu a:hover{
color:#ffa242;
}
#mainmenu-container {
height:54px;
}
#mainmenu {
float:right;
}
#mainmenu li a {
text-align:center;
color:#333;
display:block;
text-decoration:none;
font-family:'waltographregular';
padding: 13px 15px;
font-size: 16px;
font-weight:bold;
}
#mainmenu li a:hover{
color:#f6c729;
background:url(images/back-menu-hover.png) repeat-x right top;
border-radius:5px;
text-shadow:1px 1px 1px #cccbc9;
}
#header #mainmenu li ul {
top:60px;
left:0%;
}
#header li ul {
top:38px;
}
#header li ul .transparent {
}
#header li ul .inner {
background: -moz-linear-gradient(top, #fafafa 0%, #e3e3e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fafafa 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fafafa 0%,#e3e3e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fafafa 0%,#e3e3e3 100%); /* IE10+ */
background: linear-gradient(to bottom, #fafafa 0%,#e3e3e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
background: #fafafa; /* Old browsers */
border:1px solid #fff;
border-radius:10px;
padding:3px 0;
}
#header ul.children li, #header .sub-menu li {
padding:0 !important;
margin:0 !important;
height:25px;
line-height:25px;
border:none !important;
}
#header ul.children li a, #header .sub-menu li a {
color:#282828 !important;
padding:0 !important;
border:none !important;
height:25px;

line-height:25px;
background:none;
}
#header ul.children li a:hover, #header .sub-menu li a:hover {
color:#252525 !important;
background:#d3d3d3 !important;
border:none !important;
box-shadow:none !important;
}

#header #mainmenu li ul .inner {
background: -moz-linear-gradient(top, #fafafa 0%, #e3e3e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fafafa 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fafafa 0%,#e3e3e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fafafa 0%,#e3e3e3 100%); /* IE10+ */
background: linear-gradient(to bottom, #fafafa 0%,#e3e3e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
background: #fafafa; /* Old browsers */
border:1px solid #fff;
border-radius:10px;

}
#header #mainmenu ul.children li a, #mainmenu .sub-menu li a {
color:#511A04 !important;
text-shadow:1px 1px 1px #fff;
}
#header #mainmenu ul.children li a:hover, #mainmenu .sub-menu li a:hover {
color:#511A04 !important;
border:none !important;
box-shadow:none !important;
background:#EDEDED;
}

#header .sub-menu .sub-menu {
top:0 !important;
Hi!

Unfortunately, I need to visit your site to detect whether the problem exists on your site only or it occurres because of the theme issue. Screenshot is not enough since there is a gap under slider by default but it must be less.
You can check it:
http://otaku.bg/

test123
test123

if you need to be logged as user.
I've inspected the page and found styles for .slider-container element which doesn't exist in the original theme. I guess you made these changes on your own.
Download the theme and use the original style.css file or just roll back your changes to decrease this gap.
I need the change in the style now. I cannot backup the old one. Can you tell me how to fix it? Which code to change to what?
Unfortunately, we don't provide any services for editing themes for individual users.
It's still your code, i just need to fix it. Whatever. Thanks.

Leave a reply

Add codeAdd image