- Posts: 14116
- Thank you received: 1639
Photo Portfolio site.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 1 month ago #22737
by ivan.milic
Replied by ivan.milic on topic Photo Portfolio site.
layout.css:
.logo_pad {
padding-top: 200px;
}
reduce 200 , set 80 for example.
.logo_pad {
padding-top: 200px;
}
reduce 200 , set 80 for example.
Please Log in to join the conversation.
-
Dirk Moggee
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 1 month ago #22738
by Dirk Moggee
Replied by Dirk Moggee on topic Photo Portfolio site.
done.
www.dirkmoggee.co.za
now how do i replace the hot photo portfolio?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22741
by ivan.milic
Replied by ivan.milic on topic Photo Portfolio site.
replace this image:
templates/hot_photoportfolio/images/logo.png
templates/hot_photoportfolio/images/logo.png
Please Log in to join the conversation.
-
Dirk Moggee
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 1 month ago #22744
by Dirk Moggee
Replied by Dirk Moggee on topic Photo Portfolio site.
Thank you, I didn't know you referred to the ftp file. Now my only problem seems to resize the new image i have put in? The only value I can change which actually does something) is "logo pad".
Thanks for your patience
Thanks for your patience
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #22745
by ivan.milic
Replied by ivan.milic on topic Photo Portfolio site.
open index.php of template:
<div class="logo_pad">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="255" height="25" alt="joomla photo portfolio" /></a>
</div>
change width and height attributes:
...width="255" height="25"....
<div class="logo_pad">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="255" height="25" alt="joomla photo portfolio" /></a>
</div>
change width and height attributes:
...width="255" height="25"....
The following user(s) said Thank You: Dirk Moggee
Please Log in to join the conversation.
-
Dirk Moggee
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
12 years 1 month ago #22746
by Dirk Moggee
Replied by Dirk Moggee on topic Photo Portfolio site.
Got it
Please Log in to join the conversation.
Time to create page: 0.149 seconds