GoneFishin

Started by PixelMansion, July 28, 2011, 07:48:08 AM

Previous topic - Next topic

The Craw

If you add this to the bottom of your css file, you'll be able to adjust the body padding, which is where that space is coming from.


body
{ padding: 0; }

ChipsXJ

Thanks again Craw.

I really do appreciate your help...................do you ever sleep? ;)


Thanks
Chip

The Craw

You're welcome. And yes, I get a minimum of 8 hours every night. :P

ChipsXJ

can someone tell me how to make the logo link to a different url ?
I have looked through everything I can think of but have been unable to locate where to make the change.


http://okfishtales.com [nofollow]

Thanks
Chip

Matthew K.

index.template.php of your theme.

The Craw

Yep. You're gonna need to edit the link in index.template.php this time.

Find this around line 217:

<a href="', $scripturl, '">',


And replace $scripturl with your desired link location. You have to pay special attention to the quotes, because if you mess them up, you'll get a template parse error. It should look exactly like this when you're done.


<a href="http://yoursite.come/url/extension/page.html">',


The code posted is only the beginning of the line. There's a whole other pile of junk after it that isn't really relevant here.

Also, a note to theme author: It might be a good idea to keep a better check on your code indentation...

ChipsXJ

Thank you again.

I'm just asking this as a general question as a feasability inquiry.

I have the page looking like I want in both sites, The question is..........Is it possible, much work, to make the 2 sites display correctly in computer web browsers and the ipad correctly?
The ipad renders current pages for the other site with the left window window width cut off.
Just trying to decide if I should pursue or abandon the ipad compatibilty issue.

http://okfishtales.com [nofollow] and http://okbassncrappieclub.com [nofollow]
Thanks for all of your help Craw.

Have a good evening.
Chip

The Craw

Theoretically, if you take the width out of this code in index.css, it should  make the forum stick the sides of the iframe, unless it's extremely small. I dunno about the other thing on the right side.


/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
width: 960px;
margin: 0 0 0 1%;
padding: 0;
}

ChipsXJ

That did it.

Thank you.

Once again you have shown the world why you are 'Da Craw'!!!!!!

Have a great weekend
Thanks again.
Chip

Advertisement: