spc Posted August 18, 2012 Share Posted August 18, 2012 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 More sharing options...
hxd Posted August 19, 2012 Share Posted August 19, 2012 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 More sharing options...
spc Posted August 19, 2012 Author Share Posted August 19, 2012 hello... oki thanks for your answer, I whill try that.... Link to comment Share on other sites More sharing options...
spc Posted August 19, 2012 Author Share Posted August 19, 2012 hello... I try what you say, its works great, thanks so mutch.... Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now