Hi..
I just buy your theme dw focus and I want to modify some design to fit with my old template so would you please help me
1.I want to change sidebar(on the right) to be 300px. and reducing content inside , how can I do that?
2.I want to random background image for 2-3 images and one image will have link url on it , how can I do that?
Thanks
1 Answers
Hi !
1) Can you copy code follwing and paste :
Wp_head
<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>
“WP_head (): http://imgur.com/DuAKxNb ”
Wp_footer:
<script>
var height = jQuery('.news-slider').height();
jQuery('.news-slider .carousel').css('height', height);
</script>
“WP_footer (): http://imgur.com/amR3OU8 ”
– Dashboard > setting > Media : http://imgur.com/pLIg49O
2) You can submit screenshots section you want to talk to, or better said the location where you want to add
Regards,
Dominic
Please login or Register to submit your answer