g2om 0 Report post Posted July 16, 2010 We have iBlogPro 4. Is it possible for the title and text for feature 1 to cover the entire area of the box? We do not want to add media, only text. Another user posed this question, but it was not answered and the question was marked as resolved. Thank you. Share this post Link to post Share on other sites
g2om 0 Report post Posted July 16, 2010 Me again. Same question for highlight page. Anyway to make text cover the entire highlight box instead of text on one side and image on the other? Many thanks. Share this post Link to post Share on other sites
g2om 0 Report post Posted July 16, 2010 Or...is there a way to manage the box sizes within the feature box. Meaning make the text area larger and the media area smaller? Thanks. Share this post Link to post Share on other sites
Andrew 207 Report post Posted July 19, 2010 Yes, with custom css. Can you post a live link, maybe a screenshot of what you'd like to accomplish? Share this post Link to post Share on other sites
g2om 0 Report post Posted July 19, 2010 The website link is G2om link. Using the "highlight" and the "feature" templates the main box (at the top of page) includes one area for text and one for image. We are interested in having the text (for example "90% of patients find dentists online. Can they find you?") span the entire box instead of being confined to the box within the box. Or at least make the text box larger than the image box so we can fit more text into the main box area. Thank you. Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 20, 2010 Using the custom css text input area in THEME OPTIONS > CUSTOM CODE you can copy this bit and paste it in. ` #feature .fcontent { width:420px; } #feature .fmedia { width:400px; } ` Then adjust those widths accordingly how you desire. If the picture disappears in the process it's because the total widths of both is too high Share this post Link to post Share on other sites