• Resolved jczeiger

    (@jczeiger)


    Hi all, I am trying to reduce the width of the text and audio widgets that are placed at the top of my home page, but I do not see any place to edit in this capacity. I imagine I need to access the backend code? Can someone please help direct me to that?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Now the width is 50%.

    You could change the width (for example to 30%) by adding this code to your Additional CSS (Dashboard > Appearance > Customize > Additional (or Custom) CSS):

    @media only screen and (min-width: 61.063em) {
    .hero .widget {
    width: 30%;
    } }

    Thread Starter jczeiger

    (@jczeiger)

    @willem0 that worked, thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customizing Widget Size on Home Page’ is closed to new replies.