Good afternoon. I’m a noob with this app and I have some basic knowledge of html and css.
I’m trying to build a simple Coming Soon Page and created some Small text items inside a Div tag but I need them on the other side of the header bar. Can someone guide me with this?
Thanks in advance
Post a link to your live website, so we can see the actual code. It’s almost impossible to guide you on how to achieve a desired layout without seeing the page structure you’ve created.
Typically, positioning within divs would be done using flexbox, but the div also has to have certain attributes (position, width, etc.) in order for flexbox rules work correctly. In most cases, it’s easier and better to use Bootstrap’s pre-made grid system (containers, rows, columns) to position elements, rather than trying to create stuff from scratch using divs.