RealTimeDesigner Support Network
Wiki Forums Libraries Docs Support RealTimeDesigner Home
Welcome! Log In Create A New Profile

Advanced

extra space below background chooser

Posted by candycartons 
extra space below background chooser
December 18, 2015 05:27PM
See attached. How to I get rid of the extra vertical space below the background chooser?

Greg Beckemeier
www.DesignMyCandyBox.com
(636) 542-8560
Attachments:
open | download - capture.JPG (185 KB)
Re: extra space below background chooser
December 19, 2015 03:20AM
Direct CSS is your friend. How familiar are you with CSS?
The tool had been introduced here: http://support.realtimedesigner.com/forum/read.php?1,2999,2999

In your case, you need to edit your current CSS and change the #elements_sizectrl_s2 entry.
You currently have a padding-top of 110px; I'd say to change it to about 70px instead.

BTW, if you're familiar with CSS, the DirectCSS allows you to do a lot of stuffs - literally, destroy the RTD interface at your will smiling smiley
For example, as you're using several multiline entries, you can make your textareas slightly taller
by editing the .pandisplay_container textarea entry and setting something like height: 60px;

Enjoy!
Sorry, only registered users may post in this forum.

Click here to login