Forum Replies Created
-
AuthorPosts
-
View the site weblink
Yes, that code does what I wanted.
I increased it slightly to 12px to find the sweet spot of the banner height I needed:.head_fix { padding:12px 0 0;}
Thank you.
Dave,
Your code is perfect. Formatting of the content is now as it should be.
Thank you.In case it matters, here is the PHP code I use to access the syndicated content:
$wurl = “http://widgets.ziftsolutions.com/citrixld.ziftsolutions.com/html/ff8081815c79dbe3015c7ecb48c765b0”;
if (isset($_REQUEST[“zBase”])) $wurl = substr($wurl, 0 , (strripos($wurl, “/”) + 1)) . $_REQUEST[“zBase”];
if (isset($_REQUEST[“zPage”])) $wurl = $wurl . “/” . $_REQUEST[“zPage”];
echo (“<script type=’text/javascript’>zBaseComplete=true;</script>”);
echo file_get_contents($wurl, False);Wow, that is brilliant. I changed my image file’s brightness property (lowered it) and combined it with this custom CSS code:
.header #logo img { height:auto !important;}and now the logo stands out much better.
Thank you Dave!Next question: This did increase the height of the header bar. I have already cropped my logo file but there still seems to be too much space between the logo in the header and the slide deck. Is there a way to shorten that distance so the slide deck is tighter to the header above it?
www.harderit.com
I looked into it further and maybe it is just my picture file, but if you have any suggestions it is appreciated. Thanks.OK, I figured it out. You need to create one page in WordPress for each item you would like featured near the top. The body of the page is the smaller descriptive text and of course the page heading is the feature’s name.
Then go to Appearance > Theme Options > Content tab and assign the page you just created to the 1st section and assign it an icon. The icon should be 49px by 46px, not the dimensions it says there which is way too small.
Repeat for each feature.
Done. -
AuthorPosts