Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20827
    tkabe
    Member

    Site I am developing calprogramsautistic.org

    The home page http://calprogramsautistic.org and http://calprogramsautistic.org/support/2014_fundraiser/ do not use a sidebar. When these pages are viewed on smart phone or screen size smaller than 1024×768 – the body text appears offset right and does not scale responsive. Why are these pages not responsive in the body content? We are working on updating the table to a responsive style and this does not appear to impact the text positions as noted above.

    #20843
    Sakin
    Keymaster

    @tkabe: It’s because of the following css that you have added in your child theme style.css file. Remove that and it will be fine.

    .no-sidebar #primary {
        	float: none;
        	margin: 0px auto;
    	width: 690px;
    	padding-left: 0;
    }
    #20862
    tkabe
    Member

    Thanks, that fixed the issue. This code was part of an earlier page edit completed before my time on the site that should have been removed. Proves CSS comments are invaluable!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Pages with no sidebar’ is closed to new replies.