Luciano Macera
asked 11 years ago

Hello,

I want to know how to increase the width of the sidebar

L.

3 Answers
DominicStaff
answered 11 years ago

To resolve this problem you can log in to Dashboard > Appearance > Theme > customize > General Settings > add the following code to the “DW Focus header script”

 
<style>
@media (min-width: 1110px) {
/* Main */
#main > .container > .row {
background-position: 760px 0;
}

#primary {
width: 700px;
}

.news-slider .carousel {
width: 480px;
}

.news-slider .carousel-inner,
.news-slider .carousel .item,
.news-slider .carousel .carousel-inner .hentry {
height: 100%;
}

.news-slider .carousel-list {
width: 219px;
}

#secondary {
width: 300px;
}

#secondary .entry-thumbnail img {
width: 300px;
}

.single .site-content > .post .entry-content {
max-width: 530px;
}
}
</style>

“DW Focus footer script”

see the screenshot: http://imgur.com/amR3OU8

 
<script>
var height = jQuery('.news-slider').height();
jQuery('.news-slider .carousel').css('height', height);
</script>

– Dashboard > setting > Media : http://imgur.com/pLIg49O

Regards,
Dominic

Luciano Macera
replied 11 years ago

Hi Dominic,
everything works, but the titles are cut in the slider
http://www.economiasulweb.it

Regards,
Luciano

DominicStaff
answered 11 years ago

To resolve this problem you can log in to Dashboard > Theme > Customize > General > add the following code to the “Header script”

 
<style>
.news-slider .carousel .carousel-inner .entry-header {
    padding: 30px 20px 36px;
}
</style>

Regards,
Dominic

Luciano Macera
replied 11 years ago

Hi Dominic,
the last little problem is that in the category pages the text is cut.
http://www.economiasulweb.it/category/economia/

Luciano

semaca85
replied 11 years ago

I have the same problem for weeks and I can’t enlarge the sidebar. Not only a line over the text, but the news slider broke. To be honest, since the first day I have tried to setup the theme correctly, but it’s impossible.

DominicStaff
answered 11 years ago

@ Luciano

To resolve this problem, please log in to Dashboard > Posts > Add new, scroll down and add the content you wish to use to “Excerpt”
If you do not add the content to “Excerpt”, as default of the theme, It will display content of the post.

Powered by DW Question & Answer Pro