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