Im trying to override some CSS in bootstrap that is loading content: “whatever here”. How do you turn off CSS content? I tried just making it blank in there like this: content: “” but that doesn’t work it still leaves a space there. I need to get rid of that space because its causing issues with my menu. Any ideas?
yup its a pseudo element. i think it might have had padding and margin. at one point i had turned off everything and there was still a space before the text there where the content: “” was putting it. this time though setting content: none worked which is great
Author
Posts
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘CSS’ is closed to new topics and replies.