How center Non sidebar widget title tag

Discussion in '[bd] Widget Framework' started by anto74, Mar 11, 2014.

  1. anto74

    anto74 Member

    Hi @xfrocks
    i'm trying to modify CSS files to stylize and center the title H3 related to Non sidebar widget
    I have added this line in wf_default_EXTRA_css template:

    Code:
    .non-sidebar-widget h3 { color: #FFA500; margin-bottom: 5px; }
    The color and the margin works.
    How can i center the h3 title tag ?
    Thanks :)
    Antonio
     
  2. anto74

    anto74 Member

    I have solved with "text-align: center" :)
    Thanks
     
    xfrocks likes this.
  3. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    Awesome, you figured it out yourself :D
     
    anto74 likes this.
Loading...