Homepage widgets – Video widget aligned differently

Support Area Forums Agency Homepage widgets – Video widget aligned differently

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #24062
    Jesper Frant
    Participant

    Hi Bill,

    I want the video widget to be styled the same as two other text widgets. How do I control the styling of widget areas? See attached screenshot.

    Thanks,
    Jesper

    #24068
    Bill Robbins
    Moderator

    Hello Jesper,

    I believe I see what’s happening here. The video widget doesn’t have padding like most of the other widgets do. I generally don’t use those widgets with titles so I missed that not having the padding would cause the title to move out of place. Try this to bing it back into line:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .featured-video h3.widget-title {
      	margin: 0 0 15px;
      }
      
    3. Update your settings.

    Let me know if you still have trouble,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Homepage widgets – Video widget aligned differently’ is closed to new replies.