Jump to content

Change size blockadvertising


spc

Recommended Posts

Trying to change the size of blockadvertising, a little wider ..

would like to have the 191px instead of 155px

 

have change the:

<!-- MODULE Block advertising -->

<div class="advertising_block">

<a href="{$adv_link}" title="{$adv_title}"><img src="{$image}" alt="{$adv_title}" title="{$adv_title}" width="155" height="163px"/></a>

</div>

<!-- /MODULE Block advertising -->

 

and

/* Block advertising */

.advertising_block { width: 191px; margin-bottom: 1em; text-align: center }

 

but nothing happends, it is still 155px width

 

hopas that some one can help me

 

P.s Sorry for my english, i´m from sweden...

Link to comment
Share on other sites

Your solution should work. However, when you edit template files, as is the case with the code in your first example which is taken from blockadvertising.tpl, you should enable the Force Compile option. You can do this from the back office (Preferences tab>Performance sub-tab). After you refresh the frontend and you make sure that the changes are visible, disable the force compile.

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