Home › Forums › CSS › How can I get my two main elements to be right next to each other? › Reply To: How can I get my two main elements to be right next to each other?
January 6, 2018 at 2:56 am
#265008
Participant
That was what I was thinking as well but thought I may be overlooking something because although there is no inline width set on the element on the right (which you would expect with JS), it is still the complementary size of the fixed element when it comes to the total screen size. I was kinda waiting for the likes of someone with your CSS caliber to explain it as I do not see the direct clues one would expect for that in the stylesheet.
Edit – hey… padding on body
matches the width of the fixed element. That’s a lead.