Jump to content

New css problem with black&white;


Recommended Posts

I guess it should be css problem, Please see the screen cut, I need the view button to be exactly the same as the top image shows. I tried several ways in vain. someone can help me!


I also want to change the homepage slideshow to this one http://grainmagique.free.fr/ipnotik/, what should be done to make this come ture? Will it work to just change the module?

25110_qjvYWxqFzAnRnYoV8FGs_t

Link to comment
Share on other sites

For View button you could try to more truncate description than it is.
In file blocknewproducts.tpl change in this line (and other 3 similar lines too for each product new_products.0 - 3)

  <a href="{$new_products.1.link}">{$new_products.1.description_short|strip_tags:htmlall:'UTF-8'|truncate:80}


value from 80 to 60 or similar number , so it will look like top image.

Other approach is to change css.In global.css (for me is line 338) add float:right;

.blocknewproducts .linkview {
background:none repeat scroll 0 0 black;
color:white;
float:right;
font-size:0.8em;
font-weight:bold;
padding:0.1em 0.5em;
}


But it wouldn't look the same.

And for slideshow I think you could just replace module editorial from BW theme to ipnotik .

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...