Code fix needed

Posted in: Newsmag
Post count: 95

Hello. In newsmag and newspaper, I wanted forever to fix this space issue when using “code” in wordpress. How to fix and make it look right, without space ? When I am creating codes always has that 1 space that mess, because people think there is a space to add. How to remove space in the front of first word in newsmag and newspaper (or to make alligned the next rows as first raw with space, all to be alligned) ?

https://imgur.com/a/TuSq9CR

  • This topic was modified 7 years by cstyn.
Post count: 23312

Hi,

Please provide your website URL so I can identify the section with this problem and also, so I will be able to provide a more accurate response.

Thanks.

Post count: 95

I fixed it myself using padding. I had

code {
  position: relative;
  top: -1px;
  border: none;
  background-color: #F1F1F1;
  padding: 2px 6px;
}

(for newspaper, newsmag is 10px)

and changed padding: 2px 0px; or both 0

in edit post needed edited too. .mce-content-body code

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.