Hello guys, have a few questions about blocks:
1-How can I change the spacing/padding for Block 5? I understand I have to create a custom class in the block setting but what css do i put in theme panel? Will the block be effected sitewide or only the one I referenced with the id?
I want less spacing: https://box.everhelper.me/attachment/365600/khia2TJs8b3aazQepYb1AJRnEh0mqlOu/158366-adAEaZbxgnEkTahA/screen.png
2-How do i change the transition animation between tabs? I created 2 tabs using VC and loading 2 post grids (blocks). But i want it to FADE not fly in from the bottom when I switch tabs.
3- Sorry this has nothing to do with blocks, but how do i change the content inside the recommendation box that flies in after you scroll a post. I want to promote a facebook page instead of recommend posts.
4- I did not use the recommended logo size for homepage and mobile devices. I used a slightly bigger size image. Is that a problem or will it be ok?
Hello gunner05,
1)The Block 5 use module 3, as you can see here -> http://screencast.com/t/4YfTmYY6l If you want to change the Block 5, you have to change this module. You can reduce the padding-bottom in your block with the CSS code below but the left-right you do not change because you will damage the layout. The width is fixed and you cannot change of this without damage.
.td_module_3 {
padding-bottom: 10px;
}
The result you should see here: http://screencast.com/t/8OC0YY9MQh
2)Unfortunately, this animation does not come from the theme. If you want to remove this feature you have to remove the option from js. file from Visual Composer and it is not a simple task, sorry.
3)Unfortunately, our theme does not have this feature implemented. The more article box option displays only the active posts, like this -> http://screencast.com/t/P5I5MwcsBc For more information about more article box, please check our documentation, here: https://forum.tagdiv.com/more-articles-box/
4)In principle, should not be any problem with this, but noticed that the dimension of the logo will be adjusted by the theme according to header style used.
Hope this helps and let us know how it goes!
Thank you for the message!
Thanks for the detailed response! but i don’t think the CSS worked. or perhaps there is only so much margin i can remove? Also still need code to move the SIDE space between thumbs. http://nimb.ws/WrV6Kb
Btw,any idea as to why blockquotes are no longer using the default font? (which should be sue ellen)
ever since making a child theme, some odd things have been going on….
Hello gunner05,
Please notice that the CSS are working only for the padding-bottom. As I said you above, you cannot change the left-right paddings-margins because these settings are preset by default by the Visual Composer and if you want to change these option, you will risk spoiling the layout.
http://screencast.com/t/OZcLCFGb7NXd -> http://screencast.com/t/J3wNyfx3ytBy
Please ensure you have the ultimate version of the child theme and otherwise please update it with the one that come with our theme.
Hope this helps and let us know how it goes!
Thank you for the message!