tandan 0 Report post Posted May 21, 2012 hi there, i'm trying to adjust the padding for the callout area on all inner pages, for example here: http://familydanz.mpwclient.com/why-us/ i've modified the css numerous times using firebug and nothing seems to take even though it works in the firebug window. i'm not sure what i'm doing wrong. i need to make the height of the callout shorter and i'd like to move the text to align with the content text. for the code for the callout i've tried a few different versions of: #callout .callout-area { padding: 0; } it works in firebug but not when i paste into custom code area. thanks in advance! Share this post Link to post Share on other sites
catrina 103 Report post Posted May 22, 2012 Try: [code]#callout div.container.section-callout.fix {margin-left: -15px;} div.callout-area.media.fix {height: #px;}[/code] ^ Replace # with the pixel height you want for the callout area. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites