Check out our website imageI'm facing a challenge in making these two text elements appear next to each other rather than stacking on top of each other. Additionally, I need them to adapt responsively to changes in screen size.
When 'Icontext' is removed, 'Carttext' aligns perfectly on the screen and adjusts well according to screen size changes.
I've been struggling to position 'Icontext' just to the left of 'Cartext' while still maintaining responsiveness to screen size adjustments. Any suggestions or guidance on how to achieve this would be highly appreciated. Below is the code snippet:
<div id="Icontext";
style="position: relative;">Login</DIV>
<div id="Carttext";
style="position: relative;">Cart</DIV>