Results 1 to 2 of 2

Thread: Footer responsiveness

  1. #1
    Thread Starter
    Senior Member seolution's Avatar
    Join Date
    Apr 2012
    Location
    Poland
    Posts
    142
    Thanks
    1
    Thanked 3 Times in 3 Posts

    Footer responsiveness

    For screen width of 861px+ and default css code footer isn't responsive, vide JR demo

    Code:
        <style type="text/css">
    					#footer .inner { width: 990px; }
    			@media screen and (max-width: 860px) {
    				#footer .inner {
    					float: left;
    					width: 95%;
    				}
    			}
    		
    					#footer .column { width: 290px; }
    			@media screen and (max-width: 860px) {
    				#footer .column {
    					float: left;
    					width: 95%;
    				}
    			}
        </style>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,698
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Ipad responsiveness issue
    By blubber in forum Directory
    Replies: 12
    Last Post: September 21st, 2014, 11:43 AM
  2. Website logo and responsiveness
    By ositech in forum Vantage General Discussion (Legacy)
    Replies: 2
    Last Post: May 16th, 2014, 04:09 AM
  3. Responsiveness issue
    By manamaga in forum ClassiPress General Discussion
    Replies: 4
    Last Post: April 22nd, 2014, 06:14 AM
  4. Dimitris Issue with site responsiveness
    By bigvibes in forum Help Using Vantage (Legacy)
    Replies: 7
    Last Post: September 27th, 2013, 12:12 PM