self service portal request offering layout
I am using the alternate home page layout and i'm attempting to make the published request offerings float to the left of the previous request offering. i'm doing this in a attempt to reclaim space since the portal seems to stack request offerings. I've narrowed down the items in the DOM but I cannot get them to float correctly. Has anyone attempted to do this?
Any assistance is greatly appreciated.
Best Answer
-
seth_coussens Member Ninja IT Monkey ✭✭✭✭Actually you don't want to float them, you want to look at the largest container that pertains to each request and make them an inline-block
http://www.w3schools.com/css/css_inline-block.asp
This us allows a similar affect to floating but with more control.5
Answers
Sorry for the slow response. I caught a little cold there. So in this screen shot the Security access requests are nice and neat in a line. I'd like to be able to display the procurement requests in the same manner. I've tried to float them but I cannot get them to move.
http://www.w3schools.com/css/css_inline-block.asp
This us allows a similar affect to floating but with more control.