The iframe is set to height=800, it needs only 624px
and set the width not! to 1200, 900px is more than enough and is just the size of anything fitting in your content with 900px
the bump: that’s your <div id="content"> set to 590px in style.css
below is again <div id="content" style="width: 900px;"> set to 900px
id=content is only allowed once..
better use for upper one: <div id="content" class="nosidebar">
and in style.css add
#content .nosidebar {
width:900px;
}
and delete the inner id-content div
____________________
you find me on Google+, Twitter and Facebook
(von: Joern)
Hier noch 10 weitere Ergebnisse dieses Threads:
Stupid Sidebar query (Arthemia) please help
3. Dez. 2009 (von: drwhom)
Grrrr, sidebars. Hi Joern, just stuck at the moment on getting a page to run full width with no sidebar. I've followed the advice that you had about creating forum pages and made a new template like this (ignore the…
Re: Stupid Sidebar query (Arthemia) please help :: Reply by Joern
3. Dez. 2009 (von: Joern)
the iframe you load in there is set to width 550:iframe scrolling="auto" height="800" frameborder="0" width="550"if you can edit this set to 900px or 100%the whole thing you load is 640px widethanks for asking here in my 'sleeping' forum ____________________you find…
Re: Stupid Sidebar query (Arthemia) please help :: Reply by drwhom
3. Dez. 2009 (von: drwhom)
Legend - that seems to be working well - it's only a very minor issue but do you know what causes the slight bump on the white boxes at the top? E.G. just under "About" there's a ridge, where it…
Re: Stupid Sidebar query (Arthemia) please help :: Reply by drwhom
4. Dez. 2009 (von: drwhom)
Right - nearly there! The only thing is that now the iframe is much wider than the page, which seems to be back to 590px?This is the code I've got - in pagenosidebar.phpCode:<?php/*Template Name: pagenosidebar*/?><?php get_header(); ?> <div id="content" class="nosidebar"> …
Re: Stupid Sidebar query (Arthemia) please help :: Reply by Joern
4. Dez. 2009 (von: Joern)
somehow it doesn't take #content .nosidebartry:div#content .nosidebaror#content div.nosidebar____________________you find me on Google+, Twitter and Facebook Weiterlesen →
Re: Stupid Sidebar query (Arthemia) please help :: Reply by drwhom
4. Dez. 2009 (von: drwhom)
Hmmm, nope, neither of those worked. Any other thoughts? Weiterlesen →
Re: Stupid Sidebar query (Arthemia) please help :: Reply by Joern
4. Dez. 2009 (von: Joern)
you could use a div inside <div id="content"> as before, just not id=content again but now id=contentwidebackdraw: the bump..or replace <div id="content"> with a new <div id="contentwide"> and style this to the new widthbackdraw: you have to style also #content…
Re: Stupid Sidebar query (Arthemia) please help :: Reply by drwhom
4. Dez. 2009 (von: drwhom)
No way - I switched it toCode:<div id="content" style="width: 900px;"> And it worked a charm - no bump either! Weird!The dev theme looks good - been considering adding in a slideshow for the front page - that's tomorrow's headache though!Thanks…
need help on /CSS issue. Urgent please!
7. Apr. 2012 (von: omerkhan01)
Hi there, My site is hereAs you can see I created a div called "woman" and it is supposed to be positioned on the left hand side of my Featured slide show. This is what my CSS looks like#woman (line…
Re: need help on /CSS issue. Urgent please! :: Reply by omerkhan01
7. Apr. 2012 (von: omerkhan01)
I figured it out. HAHA! Weiterlesen →