Viewing 15 replies - 31 through 45 (of 51 total)
  • Thread Starter contagous

    (@contagous)

    I have chanegd it to a width of 800 and it loko awesome now when in full page ??

    https://contysden.com/site/

    Thanks.

    let me know if you find the bug with the shrinkage ??

    Thread Starter contagous

    (@contagous)

    Just noticed that and that fixed it ??

    this is awesome ??

    Thanks so much for the help fatzkid and wpyogi

    What bug? A fixed width prevents it from resizing. Get rid of any “width” if you want it to resize.

    Cross-posted – glad you got it going :).

    Thread Starter contagous

    (@contagous)

    That appears to be from this code:

    .single .hentry,
    .error404 .hentry,
    .page .hentry,
    .search-no-results .no-results {
    	margin: 0 0 1.5em;
    	left: -5%;
    	padding: 70px 50px;
    	height: auto;
    	width: 100%;
    	position: relative;
    	z-index: 10;
    }

    It does not seem to be doing anything anyway…

    Thread Starter contagous

    (@contagous)

    What do you mean?

    Seems you added that sometime? It’s causing those problems. I’d suggest removing all of this:

    .sticky {
    }
    .single .hentry,
    .error404 .hentry,
    .page .hentry,
    .search-no-results .no-results {
    	margin: 0 0 1.5em;
    	left: -5%;
    	padding: 70px 50px;
    	height: auto;
    	width: 100%;
    	position: relative;
    	z-index: 10;
    }

    Thread Starter contagous

    (@contagous)

    /* =Content
    ----------------------------------------------- */
    
    .sticky {
    }
    .single .hentry,
    .error404 .hentry,
    .page .hentry,
    .search-no-results .no-results {
    	margin: 0 0 1.5em;
    	left: -5%;
    	padding: 70px 50px;
    	height: auto;
    	width: 100%;
    	position: relative;
    	z-index: 10;
    }

    isn’t that what you just told me to add? lol i’m confused now.

    i thought that was what just fixed it.

    That’s not what I told you to add – the part I told you to add is below that (look at my post earlier in this thread) … I don’t know where you got that part but it’s causing those problems.

    Thread Starter contagous

    (@contagous)

    Oh wrong person.

    I thought you was fatzkid,

    That code was what fixed the content/pagewidth

    If i remove that then that other feature breaks… Any ideas?

    What other feature?

    Thread Starter contagous

    (@contagous)

    The one that this whole post was about?

    How to resize the content width…

    Thread Starter contagous

    (@contagous)

    NEVERMIND!!!!

    Apparently it still works without that lol

    No idea why or what i did though ?? lol

    Yes, it works because of what I told you to add twenty minutes ago – this:

    .single #primary, .page #primary, .search-no-results #primary, .error404 #primary {
        width: 100%;
    }
    
    .single .hentry, .error404 .hentry, .page .hentry, .search-no-results .no-results {
        width: 90%;
    }

Viewing 15 replies - 31 through 45 (of 51 total)
  • The topic ‘Spun Content width on pages.’ is closed to new replies.