boynowski 0 Report post Posted July 13, 2011 Hello, i`ve choosen a full-with design with canvas and cant figure out a way to reduce the canvas-border on the left and right to zero, so that the green bar from the page-area-background connects to the canvas. Website is: http://thinkfarm.org/ I think i need Custom CSS code for that? I dont know if it is connected to the same concern, but if anyone has a solution for removing the space between the feature-box-picture and the primary-navigation as well, this would be highly appreciated thank you! boris Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 13, 2011 I couldn't connect to your site to check...let us know when it's back up. Share this post Link to post Share on other sites
boynowski 0 Report post Posted July 14, 2011 Hi Adam, checked it and for me its working...want to give it another try with: http://www.thinkfarm.org/ thanks, boris Share this post Link to post Share on other sites
basmati 4 Report post Posted July 14, 2011 Hi Boris, try these changes in base.css - within the platformbase folder: .fixed_width #page, .fixed_width #footer, .canvas #page-canvas { width: 1000px; } i think you also can change the page width in the pagelines settings within wordpress - change that to 1000px. Greetings, Peter PS: Da scheinen ja thematisch sehr intererssante Inhalte zu entstehen! Share this post Link to post Share on other sites
basmati 4 Report post Posted July 14, 2011 ouups update! In the new version it's called: style.css @adam: why is that? the name "base.css" made a clear distinction between "style.css" in the main theme - and the "base.css" in the child theme ??? Share this post Link to post Share on other sites
boynowski 0 Report post Posted July 14, 2011 Hi Peter, thanks for the code, it worked out that way. i couldnt cause any effect though by inserting the code into the "bass.css" which seems to be the "style.css" of the pagelinebase child theme. Do you also have a css code to remove the white space between the feature-set and the main navigation ? @adam this is somehow misleading. where do i have to insert the custom css code to make it work correctly as iam experiencing a lot of trouble with the "custom code"-option in the pageline adjustments. regards, boris p.s. @peter: freut mich zu h?¶ren, wenns dich interessiert gibts da ja hoffentlich bald auch mehr infos, ansonsten: voeoe.de ; bist du da im gleichen themenfeld aktiv? Danke f??r deine Hilfe! Share this post Link to post Share on other sites
basmati 4 Report post Posted July 14, 2011 set #feature { margin: 1em 0; } to #feature { margin: 0.3em 0; } its a little bit confusing when using both the style.css in the childtheme (platformbase) and the css features in the pagelines setting i either use the pagelines css settings or the style.css in the child folder - using both might be extremly confusing! PS: ist eher eine pers?¶nliche Motivation, aber ich freue mich immer ??ber Designauftr?¤ge aus dem Bereich! Share this post Link to post Share on other sites
boynowski 0 Report post Posted July 14, 2011 Could you specify where and in which file i have to add the code? - PlatformBase: style.css or - PlatformBase: page.base.php or - PlatformPro: style.css As far as i understood, i have to use the style.css in the PlatformBase, because the style.css in the PlatformPro gets overwritten by Updates etc. But when i add code in the style.css of the Base (right at the end of the "pullquote-section") there is no effect. When i enter the code in the custom css of the convenient interface i get the desired effect, but when i do any changes in the "design-control" section everything gets mixed up thanks, boris p.s. w??rde dir ja gerne nen designauftrag erteilen, aber wir sind ein gemeinn??tziger Verein der daf??r leider kein Geld hat und auf seine Mitglieder angewiesen ist Share this post Link to post Share on other sites
basmati 4 Report post Posted July 14, 2011 In order not no mesh up the css files i suggest to use the custom code feature in platform settings. Share this post Link to post Share on other sites