front page widgets

Support Area Forums Progress front page widgets

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #12648
    Katie Miranda
    Participant

    Hi Bill, I want to change one of the front page widgets to span the with of two columns instead of one. You can see here I have deleted the third widget on the page to allow the Recent Posts widget to use both columns: http://www.freepalestinemovement.org

    Is this possible ?

    thanks,
    -Katie.

    #12649
    Bill Robbins
    Moderator

    Katie,

    You can do that. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .home-widgets .widget_recent_entries {
      	width: 63%;
      	margin-right: 0;
      }
      
    3. Update your settings.

    That should take care of it for you. Let me know if you have any trouble,
    Bill

    #12650
    Katie Miranda
    Participant

    Thanks !!

    #12651
    Bill Robbins
    Moderator

    Anytime 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘front page widgets’ is closed to new replies.