Hi folks,
I have a script call on my site that loads a couple of elements in overlay.
The script has been working fine and all is good.
Recently I had to move one of the elements a few px down the page and was asked to add this bit of code to the CSS:
body #livesite_action_buttons.ls-desktop{
top: 76px;
}
It does work when I add it to the style.css page, but obviously I don’t want to hard code it there. But at the moment that’s the only option as adding those lines of code to the Custom CSS/JS page does nothing.
Am I missing something? does the syntax need to change?
Thanks