Need help enabling css code

Hi I am pretty new to this so apologies if this is a simple solution. However, I have been looking everywhere online for how to fix this and none of the solutions on other posts have worked so far. Basically I am trying to apply a custom css file to an image. I am able to enable the css file in the settings but the styling doesn’t activate for some reason. Any help would be appreciated, thanks!



You can properly show code on the forum by surrounding it with triple backticks like this: ```

```
.profile-image {
  float: right;
  max-width: 300px;
  border: 2px solid #444;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  margin-left: 1rem;
}
```

As for your question, I am not expert at CSS. I just don’t recognize putting {.profile-image} like that after your image. Is that a syntax you learned from the help documentation, or a tutorial?

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.