Rahul MarReddy Thumma
asked 8 years ago

In my site telugubin.com I want to decrease the logo size because it’s looking heavily.
and
In the Home page News Ticker Heading is in One line and the Posts for news ticker are in another line please check this and respond me fast.

1 Answers
DominicStaff
answered 8 years ago

If you want to decrease the logo, you can add the following code to the style.css file:
.site-logo img { width: 70%;}
Or you can open the header.php file find the line 27:
Replace it with the following code:

<div class="col-md-3">

And find the line 37:
Replace the following code:

<div id="header-widgets" class="col-md-9"><?php dynamic_sidebar( 'dw_focus_header' ); ?></div>

About the sticker issue, you can add the following code to the style.css file to resolve it:
.dw_focus_widget_news_ticker {
padding-bottom: 40px;
}
.dw_focus_widget_news_ticker .widget-title {
float: left;
padding-right: 10px;
}

.dw_focus_widget_news_ticker .news-ticker-wrap, .widget_news-ticker .news-ticker-wrap {
border-bottom: 1px solid #ddd;
float: left;
width: 88%;
border-top: 1px solid #000;
}

 

Powered by DW Question & Answer Pro