Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / layout/alignment problem -- can't see things

layout/alignment problem -- can't see things

Locked

Views: 1,025

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
20 Jan 2007, 11:00 PM
#1
srbin avatar

srbin

New Zenner

Join Date:
Oct 2006
Posts:
32
Plugin Contributions:
0

layout/alignment problem -- can't see things

hi,
please visit http://super-majice.com/index.php?main_page=product_info&cPath=1_2&products_id=1

I have a problem that i am having too much empty space. You can see this:

*tezina 0.15kg
7
add to cart
min 7

popust na kolicinu
........

can you see that blank part? How can i move discount table to be just below weight (tezina 0.15kg)? So that discount table is in line with addtocart button?

2.On forums i found how to expand middle part; how do i expand above part, where zen-cart logo is?

  1. My friend are complaing that checkout proccess is complicated. I will not support credit card payments, can i remove the option of having shipping and billing address into just one (shipping) in step 3 of 3?

  2. i have banners, but they are rotating. How can i make a box that will ALWAYS have 2 specific banners, and other box to have rotating?

thanks...

21 Jan 2007, 12:07 PM
#2
srbin avatar

srbin

New Zenner

Join Date:
Oct 2006
Posts:
32
Plugin Contributions:
0

Re: layout/alignment problem -- can't see things

Come on ppl, i really need help

21 Jan 2007, 4:41 PM
#3
kaefee avatar

kaefee

New Zenner

Join Date:
Jan 2007
Posts:
40
Plugin Contributions:
0

Re: layout/alignment problem -- can't see things

Look for this:

**YOUR_TEMPLATE/templates/tpl_product_info_display.php **
now go to the part with this label

<!--bof Product details list --> LINE 116 more and less

you need to change this

<ul id="productDetailsList" class="floatingBox back"> to <ul id="productDetailsList" class="">

and delete the LINE 124 <br class="clearBoth" /> <--- This is the space that you want to save.

22 Jan 2007, 12:50 AM
#4
srbin avatar

srbin

New Zenner

Join Date:
Oct 2006
Posts:
32
Plugin Contributions:
0

Re: layout/alignment problem -- can't see things

thx, it worked. Do you have ideas about other questions?

  1. my site is based on UTF-8 instead of iso. When i use these characters: žđščć in describing product, i see them all. But when i go to page, instead of euro sign and š and ž, i got question mark (?). Others are OK

what is the problem?

22 Jan 2007, 1:47 AM
#5
kaefee avatar

kaefee

New Zenner

Join Date:
Jan 2007
Posts:
40
Plugin Contributions:
0

Re: layout/alignment problem -- can't see things

2.On forums i found how to expand middle part; how do i expand above part, where zen-cart logo is?Try this

#logoWrapper{
    height:[B]75px[/B]; the height  that you want 
    }
22 Jan 2007, 3:55 AM
#6
kaefee avatar

kaefee

New Zenner

Join Date:
Jan 2007
Posts:
40
Plugin Contributions:
0

Re: layout/alignment problem -- can't see things

srbin:

thx, it worked. Do you have ideas about other questions?

  1. my site is based on UTF-8 instead of iso. When i use these characters: žđščć in describing product, i see them all. But when i go to page, instead of euro sign and š and ž, i got question mark (?). Others are OK

what is the problem?

http://www.zen-cart.com/forum/showthread.php?t=24885

For euro sign you can put this "&#8364" in the description.