adjusting home page widget boxes

Support Area Forums Forward adjusting home page widget boxes

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://http://parkinsonsfitness.org/2016/
  • Author
    Posts
  • #35613
    Jennifer Gonyea
    Participant

    Is there any way to adjust the outline of the widget box, around title and text to all be uniform? I have 3 widgets on the home page and would like the boxes to all look the same size.

    – thanks, Jennifer

    #35614
    Bill Robbins
    Moderator

    Hi Jennifer,

    You can do that. To keep them all the same height, we’ll set a minimum height for each of those. If you ever need to add more content which makes the widgets taller, you may need to increase this number a bit. Here’s what to do:

    1. In the Customizer, click on the Advanced section.
    2. In the Custom CSS spot, add this:
      
      #home-widgets .widget {
      	min-height: 305px;
      }
      
      .organizedthemes-facebook iframe {
      	max-width: 100%;
      }
      
    3. Save your changes.

    That should keep the home page widgets even height wise. If you run into trouble, let me know.

    Have a great week,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘adjusting home page widget boxes’ is closed to new replies.