How to use home page lower sidebar full width for one text widget?

Support Area Forums Responsive Visual How to use home page lower sidebar full width for one text widget?

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #16123
    Sanjeev Awasthi
    Participant

    Helo Bill,
    Is it possible to use lower sidebar in Home page for just one text widget full width instead of three widgets?

    #16124
    Bill Robbins
    Moderator

    Hello Sanjeev,

    Great question. That should be possible to do. Any chance you can send me a link to where you’re working with the theme so I can make sure I send back the right code for your widget?

    Thanks,
    Bill

    #16125
    Sanjeev Awasthi
    Participant

    Thanks a lot for your quick reply.
    Please take a look at http://tobys-bewerbungshilfe.de/
    regards

    #16126
    Bill Robbins
    Moderator

    Thanks so much. Here’s what you’ll need to do to make the widgets there full-width:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .lower-sidebar .widget {
           width: 96%;
      }
      
      .lower-sidebar .widget iframe {
           width: 100% !important;
      }
      
    3. Update your settings.

    The first style there will make the widgets full width. The second one will make the Facebook widget there also stretch the full width.

    If you run into any questions or trouble, just let me know.

    Have a great weekend,
    Bill

    #16127
    Sanjeev Awasthi
    Participant

    Thanks a lot Bill. Working fine for me.
    Regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to use home page lower sidebar full width for one text widget?’ is closed to new replies.