Hey guys. I need help, I need to remove top padding on my website:
http://csgofreeskins.eu/
You can see that this graphic banner has on top like 20px of padding but I can't remove that...
Anyone could help?...
User Profile
Collapse
-
How to remove this padding?
-
Hey, thanks a lot for help :) -
How to keep my navigation bar stick to the top?
Im trying to get my nagivation bar to stick to the top of the page but cant for some reason. I tried looking up and i tried a few things but they didnt work.
Code:body {background-color:black;} ul { list-style-type: none; margin: -8; padding-bottom: 0px; padding-top: 0px; overflow:hidden; background-color:rgb(235,0,0); margin-top: 5px;
-
kubisztal started a topic unable to use custom configuration for effect for the plugin redux-offlinein Javascriptunable to use custom configuration for effect for the plugin redux-offline
I am making use of the redux-offline plugin for offline first react-redux app. It works fine but I am facing issues with configuration.
I tried the code:
Code:offline(...offlineConfig, { effect: (effect, action) => { console.log("Executing effect"); } }
...
No activity results to display
Show More
Leave a comment: