• Sorry to bother you css experts, but I don’t like the look of my mysite ??

    It seems to me that:
    1) vertical space between widgets in the sidebars is too much. How can I reduce it in the css child theme?
    2) font size in the widgets text is too big. How can I make them smaller in the css child theme?

    Thanks for any suggestions!!!

Viewing 1 replies (of 1 total)
  • Hi Tizia. Give this a try:

    /* reduce widget vertical spacing and font size */
    .sidebar .widget {
        padding: 5px 20px;
        font-size: 12px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘sidebar space and font size’ is closed to new replies.