Hello,
I wanted to remove/delete the highlighted area in the attachment. In other lessen the black area from the top.
Here is the url: http://prophecyandyou.org/index.php/who-we-are
See attachment.
Cyberek wrote:So basically you would like to remove black background spacing above "SPEAKER | DIRECTOR" text?
Cyberek wrote:It can be reduced by modifying template settings, Images section and reducing first 3 values - they define this element's height for different screen sizes.
Cyberek wrote:Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
Cyberek wrote:Did you save the settings?
I have just checked and modified:
"Featured image height (small desktop)" (which is proper for my screen size) value to 300px and it reduced the header size.
<field name="featured_image_fullhd" type="text" class="input-pixels" default="640" label="TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD" description="" />
<field name="featured_image_height_fullhd" type="text" class="input-pixels" default="640" label="TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD" description="" />
Cyberek wrote:Eventually you can quickly edit file:
templates/gk_quark/templateDetails.xml
and modify this line
- Code: Select all
<field name="featured_image_fullhd" type="text" class="input-pixels" default="640" label="TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD" description="" />
and change it to:
- Code: Select all
<field name="featured_image_height_fullhd" type="text" class="input-pixels" default="640" label="TPL_GK_LANG_FEATURED_IMAGE_HEIGHT_FULL_HD" description="" />
After the change please set heights again in template settings.