widget width

Posted in: Newsmag
Post count: 280

Hello

How to Increase the width of widget?

Post count: 23312

Hello Lewis,

If you want to increase the widgets from sidebar you should use a bit of CSS code to do that. Below I gave you a simple example. Also, please notice that we do not recommend the increasing the width of this because you can damage the theme layout.

.td-ss-main-sidebar{
width:600px!important;
}

The result is here -> https://www.screencast.com/t/59tEcXmSo

Thanks for your understanding!

Post count: 280

Thank you Catalin

what if i want to Increase width of specific widget?

Post count: 23312

Hello Lewis,

If you want to increase the width of specific widget you should use the specific class for this widget. Below I gave you a simple example for this.

The code is ->

.td-ss-main-sidebar .td_block_9{
width:400px;
}

The result is here -> https://www.screencast.com/t/2d61PzEgAr

You should adjust your code as you wish.

Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.