View Single Post
Old 08-04-2015, 03:09 AM  
torothemes
Registered User
 
Industry Role:
Join Date: Jul 2015
Posts: 42
I know the topic is old ... but I had this here and I wanted to share.

In case anyone wants responsive on this issue, it is a little sloppy, but it will.

Copy the following code at the end of style.css file of your theme and ready:

Code:
.widget_recent_entries ul li{height:25px;overflow:hidden}

@media (max-width: 1253px){
body{background-image:none}
.post-comments{display:none}
.header,.header .info{height:auto}
.adsbar .widget_categories li,.sidebar .widget_categories li,.adsbar .tagcloud,.sidebar .tagcloud,.adsbar .widget_recent_entries li,.sidebar .widget_recent_entries li,.adsbar div.bk_widget,.adsbar .widget_archive li,.sidebar div.bk_widget,.sidebar .widget_archive li,.header,.navigation,.main,.footer,.content,.footer p,.posts,.sidebar,.paginator,.header .user-bar .rss-feed,.sidebar h3,.adsbar,.adsbar h3,.publicidad_widget div,.single-post .video-tags,.single-post .video-category,.single-post blockquote,.single-post p,.footer .footer-links{width:auto}
.content,.posts,.adsbar,.sidebar,.posts .post,.header .info,.header .user-bar,.header .user-bar .rss-feed,.paginator span.current, .paginator a,.single-post .video-category,.single-post .video-tags{float:none}
.main{background-image:none;/*margin:-10px auto auto;*/padding-top:10px}
.posts .post{display:inline-block;margin-bottom:20px}
.posts,.header .info,.paginator{text-align:center}
.posts .link,.posts .post span{text-align:left}
.rss-feed{display:none}
.navigation ul,.paginator > span{display:none}
.header .user-bar{margin:16px auto 8px}
.paginator span.current, .paginator a{display:inline-block}
.navigation{cursor:pointer;border-radius:5px;display:none}
/*.navigation:hover > ul{display:block;position:absolute}*/
.navigation:before{content:"MENU";line-height:37px;font-weight:bold;font-size:15px}
.sidebar div,.adsbar div{margin:0 auto}
.content{margin-bottom:10px}
.sidebar .widget_archive ul,.adsbar .widget_archive ul,.sidebar .widget_recent_entries ul,.adsbar .widget_recent_entries ul,.sidebar .widget_categories ul,.adsbar .widget_categories ul{margin:5px 0 0;text-align:center}
.sidebar .widget_archive li,.adsbar .widget_archive li,.sidebar .widget_recent_entries li,.adsbar .widget_recent_entries li,.sidebar .widget_categories li,.adsbar .widget_categories li{display:inline-block;margin:3px 0;padding:0 5px;text-align:center;text-indent:0}
.adsbar .tagcloud{text-align:center}
.footer{padding:0 10px}
.publicidad_widget div{display:inline-block}
.publicidad_widget{text-align:center}
.videol embed,.videol object,.videol iframe{width:100% !important}
.videol{margin:0 0 10px}
.single-post .video-tags{text-align:left}
}
torothemes is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote