side bar 2 column layout

Posted in: Newsmag
Post count: 28

Hi,

I like to modify the sidebar to have two columns like the screen shot below.

side bar 2 column layout

Can you give me some pointers which module file or css I could modify to achieve this effect, maybe I could modify block 6 layout to do this? also will be possible to have the review score display under the image, I know you could show the stars rating, but like to use the score as well.

Thanks, Regards

Post count: 6535

Hi

All theme’s blocks have a fixed layout and changing the actual functionality it’s not an easy task. You can try to customize the block 16 to achieve a two colons layout in sidebar: http://screencast.com/t/bb6AJZxd

.td_block_16 .td-block-span12{
width: 50%;
float: left;
}
.td_block_16 .td-column-1 .td_module_mx4 .entry-thumb{
min-height: auto;
}

Note that I’ve made only a quick test using this code and I can’t guarantee that it will work fine in every situation and on each browser. We don’t recommend changing a block layout as it can cause some issues.
The theme was designed to display only the stars, not the overall score on modules. To change this are required some customizations in function which generate the reviews.
We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.