Having some alignment issues in the header section of my article. I took a screenshot, but you can also check out the live page here.
See the pic below:
Upon inspecting the area I wanted to adjust, I discovered:
span.itemAuthorDetailss
position: relative;
text-indent: 4px;
bottom: 20px;
Modifying the bottom value from 20px to a lower number moved the text down as desired in the code inspector. However, when I made the changes in the CSS file, the page went crazy. Additionally, the image next to the text didn't move independently. As a newcomer to coding, any assistance would be highly appreciated.