Reply New Topic
2012/11/11 10:54:21
#1
Offline
Quite a regular

modifying blocks in theme

Hello all.

I want to use in a web that I'm making the theme proton http://themes.impresscms.es/demo.html# but I have a problem: I want to use tree bottom blocks all together, at the same height, and the theme puts the central block under the left and the rigth ones.

Is it possible to change that? Is it very difficult to do?

Thanks a lot


2012/11/11 12:18:07
#2
Offline
Home away from home

Re: modifying blocks in theme

It's not difficult.. Just a bit of CSS.. can you post the css code of your blocks?


2012/11/12 9:56:33
#3
Offline
Quite a regular

Re: modifying blocks in theme

Hi QM-B.

Finally, with little help (really, a big help) of my friend Debianus, I've got it.

I needed two changes:

- In theme.html: I changed

<div class="centerblock-center <{if $columns_layout}><{$columns_layout}><{/if}>">

by

<div class="centerblock-center <{if $columns_layout}><{$block_layout}><{/if}>">

- And in style.css, I reduced the width og the block.

Thank you very much.


2012/11/12 11:08:14
#4
Offline
Home away from home

Re: modifying blocks in theme

Hi Evasan.. Great! I'm glad you figured out!


Reply New Topic extras
 Previous Topic   Next Topic
You can view topic.
You can start a new topic.
You can reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You can post without approval.