Hello Zex,
Sorry to bother you again.
I woul like to get a better looking of my page using anchors.
Can I get rid of the gap betwen the content? And if I can get the anchor to be adjusted to the sticky menu?
Here is the CSS that I am using now.
#comonace,
#cientifico,
#materiaprima,
#personas{
content:””;
display:block;
height:130px;
margin:0px 0 0;
z-index: -999;
}
This is the complete CSS:
#top-bar{
background-color:grey!important;
}
#top-social ul li a {
color:white!important;
}
.agama-primary-nav,
#agama-logo img{
float: none!important;
display:inline!important;
}
.agama-primary-nav {
float: none!important;
left:26%!important;
max-width: 65%!important;
}
.top-links {
margin-left:37%;
}
#top-bar .pull-left{
float:none!important;
}
#comonace,
#cientifico,
#materiaprima,
#personas{
content:””;
display:block;
height:130px;
margin:0px 0 0;
z-index: -999;
}
@media (max-width:992px) {
.sticky-header.sticky-header-shrink {
position: fixed!important;
height:80px!important;
}
nav.mobile-menu {
position: fixed!important;
width: 100%;
top: 80px!important;
height: 220px!important;
overflow: auto!important;
z-index:9999;
}
}
Could it be looking better?
Regards,
Diego