builder71 0 Report post Posted October 17, 2011 Amateur here . . . 1. Can't seem to figure out how to adjust the text in the overlay box on the feature slider . . . Inserted slides with feature posts no problem on categorization etc. etc. . . . but can't resolve the text issue . . . the title of my posts is running off the bottom of the text box and I don't want to expand the size of the slider 2. Is there a way to adjust the width of the feature slider? Share this post Link to post Share on other sites
kastelic 6 Report post Posted October 17, 2011 1. You will need to use some custom CSS, either by adjusting the margin or font-size of the feature title or text. If you could provide a link that would be helpful, or tell us which element you need to change using Firebug. 2. Again, with custom CSS, although its rather complicated. Other than that, only by adjusting the page width in Layout Editor. Share this post Link to post Share on other sites
builder71 0 Report post Posted October 18, 2011 I appreciate your help . . . This is the link http://www.conservativepoliticalreview.com/ . . . is that what you mean? Can't see how to get at the underlying code. Share this post Link to post Share on other sites
catrina 103 Report post Posted October 18, 2011 Do you have any custom CSS at the moment? If so, that may be causing the height/width issues. 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
builder71 0 Report post Posted October 18, 2011 None that I created . . . couldn't if I wanted to . . . could it have come from a plugin? Share this post Link to post Share on other sites
Rob 547 Report post Posted October 18, 2011 1. The font you're using for the feature slider is rather large and the amount of text in titles is causing it to wrap. That in turn is pushing other text below it down off screen. 2. Solutions are to place half or so of your title text within the recommended SMALL tags shown in the demo slides. Something like [code]smaller textLarger Text[/code] would be better. Also, keep your titles as short as possible. 3. Look at the font you used for the slider and try to tighten the character spacing by -0.10em Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
builder71 0 Report post Posted October 19, 2011 rangelone . . . thanks for your help . . . I am using the feature set-up options / feature design style . . . to select the font and overlay box options for the feature slider . . . I can see where I can adjust the typography under platformpro settings which allows me to adjust the font setting by -0.10em . . . where do I insert the code? Share this post Link to post Share on other sites
catrina 103 Report post Posted October 19, 2011 You can place CSS code in the settings (Custom Code > CSS). What code are you trying to insert? The -0.10em code? 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
builder71 0 Report post Posted October 19, 2011 Catrina . . . I was referring to the smaller text . . . that rangleone has highlighted in yellow . . . maybe I am off track . . . Share this post Link to post Share on other sites
kastelic 6 Report post Posted October 19, 2011 Custom Code -> Custom CSS is where you place your custom CSS. For example this is how you would change the size of the Feature Title : [code] .fcontent .ftitle { font-size: 2em !important } [/code] Another thing to note, in the slide about Perry, there are several empty paragraph tags pushing the content down. Remove those and you should see the text. Share this post Link to post Share on other sites
builder71 0 Report post Posted October 20, 2011 Guys . . . appreciate your patience and sorry to be so slow . . . so if I go to features / edit the particular feature / click the HTML tab where I can see the text and the code is that where I would put this snippet of code . . . .fcontent .ftitle { font-size: 2em !important } ->Custom CSS ? Share this post Link to post Share on other sites
catrina 103 Report post Posted October 20, 2011 If you're referring to the tags, you must add those tags as shown below: [code]YOUR TEXT HERE[/code] When it comes to this code... [code].fcontent .ftitle { font-size: 2em !important }[/code] ...It should be adding to PlatformPro Settings > Custom Code > Custom CSS, not in the Feature slide > HTML editor tab. 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
builder71 0 Report post Posted October 20, 2011 Catrina . . . That's it! Thank you. Share this post Link to post Share on other sites