Hello there 🙂
I got a problem with my theme. I’m using the Big Grid 2 from the Visual Composer. There I want to change the design settings = margin. For example I use 10px on the right AND on the left side. But it just apply to the left side. What’s the problem?
Also can I change the size of the big grid pictures? They are way to big for me.
Thank you!
Hi
We don’t recommend to add custom values in design options sections. Adding different margins/paddings there could affect the page’s layout.
All theme’s blocks/grids have fixed layout and changing it involve many customizations and in most cases a new approach for the element.
Unfortunately we can’t offer speed customization 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!
Hi
All theme’s blocks are based on a fixed layout and changing the rows margins/paddings will affect bloc’s display on page. Here is an example: http://screencast.com/t/8VybHiDygd – http://screencast.com/t/aPcZomPxDay
To change the thumb size used by big grid 2 are required some customizations in theme’s core files. First you need to define a new thumb size in td_config.php file: http://screencast.com/t/KJ4X4c28Qbr You can use theme API for that: https://forum.tagdiv.com/td_api_thumbadd/
Next step is to edit td_module_mx7.php and change the actual size from get_image function with your custom size: http://screencast.com/t/JPdmmbRk5r7I
Note that this is a complex task which require many customizations and good coding skills in order to be achieved. If you’re not aware of the steps you need to take in this regard please consider hiring a developer to do this for you as we can’t offer customizations services at the moment.
Thanks!