• Resolved designisyay

    (@designisyay)


    Hello, I keep on having this problem with my sidebar.
    If you have a look at my website, on the sidebar, the YAY TOPICS (Categories) and YAY BLOGS (Blogroll) are the right font and they are centered. But for the other Text Widgets such as Google Ads and Grab a Button title, they are different, and I’d like to make all of them the same as the categories and blogroll fonts, and centered. Also I’d like to center the Google Ad itself (the ad banner).
    Can anyone help me? I appreciate it. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • /style.css
    line 846
    remove the font-size, for the widget titles

    .widget-area .widget-title {
        font-size: 11px;
    }

    then add .widget-area .widget-title, to line 1256 of your css

    so that this:
    .widget_categories h1.widget-title, .widget_archive h1.widget-title, .widget_links h1.widget-title
    looks like this:
    .widget-area .widget-title, .widget_categories h1.widget-title, .widget_archive h1.widget-title, .widget_links h1.widget-title
    Now all widget titles will be the same.

    add margin: 0 auto !important; to line 197 mark, ins
    and add this after line 1256

    .textwidget {
        text-align: center;
    }

    HTH

    Thread Starter designisyay

    (@designisyay)

    Thank You, Daiv Mowbray!

    My pleasure. Have a great evening.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar fonts and placement’ is closed to new replies.