Viewing 5 replies - 1 through 5 (of 5 total)
  • Please make modification in child theme

    https://codex.www.ads-software.com/Child_Themes

    You need to add this code into your style.css file. Adjust width to your desired width

    .kad-sidebar { width: 25%; }

    Good Luck.

    Thread Starter L.Cini

    (@lcini)

    thank you. that did work.

    is there any way to reduce the font on the sidebar? I don’t want to change the over all size of the font, just the font size on the sidebar.

    also, i cant seem to get the color of the font on the prices on my products, if you view the page, you can barely see the price.

    thanks for any help.

    https://www.artmutts.com/shop

    Thread Starter L.Cini

    (@lcini)

    when the width is reduced, it doesnt seem to move the sidebar further right. any way to accomplish this?

    Reduce sidebar font size : –

    .widget-inner h3 { font-size: 24px; }

    To move sidebar to the right : –

    .kad-sidebar { margin-left: 40px; }

    If you change sidebar margin and width, it’ll appear not very good on mobile. You need to play with media queries a little bit.

    Good Luck.

    Thread Starter L.Cini

    (@lcini)

    thanks, everything worked.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘reduce size of sidebar widget’ is closed to new replies.