javascript - how to make footer width responsible in wordpress (theme twenty thirteen) -
I have a problem with the site: when I give a web browser window size of 997px or less, the horizontal scroll Appears. I have this problem in this div tag: How can I change the style to reactive site work properly?
This is because there is a minimum-width defined here.
.archive-header, .search .page-header, .archive .page-header, .blog .page-header, .error404 page-content, .search .page-content, .archive .page -content, .attachment .entry-header, .attachment .entry-content, .post-navigation .nav-links, .sebar .site-info, .site -pifter Widget-field {minimum-width: 980px; }
You can overwrite it when the screen size is smaller than 980 pixels.
Comments
Post a Comment