This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by runningboy93
over 8 years

3/14 Pull-Left, Pull-Right

code attached: I can’t get this to work after an hour. I’m clearly confused on location of

    relative to
      tag. I’ve tried installing
        in several locations as well as terminating tag with
      after each li item, none of it works. Help !?

<div class="nav">
  <div class="container">
    <ul>
    <ul class="pull-left">
      <li><a href="#">Name</a></li>
     </ul>
    <ul class="pull-right">
      <li><a href="#">Browse</a></li>
      </ul>
    </ul> 

Answer 55d29dcd9113cbb55f00038a

0 votes

Permalink

There is no need to create a new

    ,just add class =” “ into the existing ul element

points
Submitted by demonzjf
over 8 years

2 comments

runningboy93 over 8 years

Thank you! Got it shortly after posting this. Much appreciated.

DomdomN over 8 years

so like <ul class=”pull-left””pull-right”>