Centering the div class="note-box"

Homepage Community Forums Legacy Theme Support Centering the div class="note-box"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4596
    Rainbowsurfer
    Customer

      Hi Wes is it possible to center the <div class=”note-box”> in Legacy or does it always have to be to the left.

      Thanks

      #4604
      Wes
      Moderator

        Yes you can center it by either wrapping it with the <center> tag (old way) or you can create another div/class and add margin: 0 auto; to it.

        You’ll probably need to add a width to the class as well, since it is already naturally set to center and stretch to full width.

        #4663
        Rainbowsurfer
        Customer

          Thanks Wes got it to work with <div class=”note-box” style=”width: 530px; margin:0 auto;”>abc</div>

          #4677
          Wes
          Moderator

            You’re Welcome

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Centering the div class="note-box"’ is closed to new replies.