Jump to content

how can i delete it?? help me


Recommended Posts

Heya is it just a plain white rectangle?? I would try adding
#center_column .product_block{
Height:(desired height)px;
}
Mainly because as standard it is set to auto which means for example the site i am currently creating has r/o images so i have to specify a height so even with less blocks in the side columns it stays the same otherwise the product_block gets cut off automatically but what you may find is that you have height:(higher height then you would like so make is a bit smaller); otherwise try adding what i wrote above if it doesnt work let me know and i will explain my other idea. hope this helps :D

Link to comment
Share on other sites

Heya, Had a proper look today the problem does not lie in your CSS as i could not find anything in there. BUT i found the issue

height:2256px; <-- Height is huge LOL

Which i think you changed in your homefeature.tpl for example
{assign var='liHeight' value=2256}

Let me know if you cant find it in there hope this helps :)
Cheers,
Jess

Link to comment
Share on other sites

good job..!thank you so much ^^
can you help me move current and flag to left I have change to left but i cant
look my code

/* block top currencies */
#header #currencies_block_top {
   margin: 0.4em 0.5em 0 0;
   float: left;
}
#header #currencies_block_top ul{
   float: left;
   height: 1.5em;
}
#header #currencies_block_top ul li{
   float:left;
   margin-right:0.2em;
}
#header #currencies_block_top ul li a{
   font-size:0.8em;
   background-color:#f1f2f4;
   border:#595a5e 1px solid;
   text-decoration:none;
   display:block;
   width: 1em;
   height: 1.5em;
   padding: 0 0.5em;
}
#header #currencies_block_top ul li a:hover{
   background-color:white;
   border: #7C8187 1px solid;
   color: black;
}
#header #currencies_block_top p{ clear: left; }

2705_9IhHvRTB5VyGJn2sOFsB_t

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...