Jump to content

Top header with text


Recommended Posts

I´m new to coding and I´m having a simple issue (i think) with the header.

 

As you can see it now stands "1-2 dagars leverans" in the header, and I want it like that, however, I also want it to be text in the center and to the right. (se attached file)

 

However I can´t get it to work, what code should i use to fix it?

 

www.enpresentkorg.se

post-719371-0-70596300-1397994812_thumb.png

Link to comment
Share on other sites

You can insert code like this:

<div class="col-xs-4">
    1-2 dagars leverans
</div>
<div class="col-xs-4">
    Center text here...
</div>
<div class="col-xs-4">
    Right text here...
</div>

This will make 3 divs equal width.

You can change col-xs- to other numbers but sum of all must always be 12 to have full row

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...