Unique Technologies / Quark Demo / Remove Space

Multipurpose WordPress Theme Forum Support
GK User
Fri Apr 10, 2015 10:13 am
Hello, I'm having so much fun. : )

How can I replace the phone silhouette image on the 'Unique Technologies' section of the Frontpage of the Quark quickstart demo? Also, I edited the text in the 'visual' edit window in Wordpress so that there wouldn't be a space between what I would guess is the 'headline' (in bold) and the text below it (to the right of the phone image / 4 sections), but when viewing the section / page outside of the WP edit section (live I guess?), there is a space between each 'headline' and the text below it (as seen in the original Quark demo) - how do I remove that space?
User avatar
Junior Boarder

GK User
Fri Apr 10, 2015 1:07 pm
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Mon Apr 13, 2015 8:36 am
To change this image, please edit "uniqe technology" (Services) page and edit this fragment (Alway use text editor, when you are editing the code):

Code: Select all
<img src="YOUR IMAGE URL" alt="App Features" />

where "YOUR IMAGE URL may be found in the Media Library, when you are editing image, the URL filed is placed above the title, change also alt attribute to your own.

If you want to decrease the space, you can change the syntax and instead of <dl><dt>Mastering .... </dl>
use paragraphs instead:
Code: Select all
<strong>Mastering</strong><p>Mastering, a form of audio post-production, is the process of preparing and transferring recorded audio from a source containing the final mix to a data storage device (the master); the source from which all copies will be produced (via methods such as pressing, duplication or replication).</p><strong>PMCD Burns</strong><p>PMCD (PreMaster CD) is a specially formatted, recordable Compact Disc designed to be sent to a CD pressing plant for replication. Included, is a cue sheet which specifies a broad range of metadata, including per track ISRC Codes, per disc UPC/EAN,&nbsp;CD Text (Artist / Title / Track Name), etc.</p><strong>DDP&nbsp;Images</strong><p>Disc Description Protocol (DDP) is a format for specifying the content of optical discs, including CDs and DVDs. DDP is commonly used for delivery of disc premasters for duplication and progressing to be the standard by which many manufacturers accept audio masters.</p>
User avatar
Moderator

GK User
Tue Apr 14, 2015 5:22 am
:) Thank you!!!!
User avatar
Junior Boarder


cron