1.Offset
You can use plugin’s offset option or you can offset the presupuesto
target via CSS like this:
@media only screen and (min-width: 1240px){
#presupuesto{
padding-top: 60px;
margin-top: -60px;
}
}
The above will offset the target section by the height of your menu (60px) on desktop.
To do the same using plugin’s offset option, go to “Page scroll to id” settings, change the “Offset” option value to:
#Top_bar:width(>1239)
save changes and you’re set.
2.Revolution slider buttons
These buttons are not handled by “Page scroll to id” (i.e. do not scroll the page smoothly) because they are not link elements.
Both buttons are div elements created and handled by the Revolution slider script.
“Page scroll to id” handles only standard links (i.e. anchor elements <a />
) with a proper URL (href
) value.
Not sure if/how you can do this but if you can change these buttons to actual links, they’ll work.