Hi, i have 4 questions.

1. How Can aj align logo to center? I use Blog style, but logo is not in mid
2. When I use blog style, menu is on middle, but there is two white rows. How can I delete it?
3. I need to reduce white space on left and right site. In previous versions, are responsive settings on theme panel. I like to use Full responsive 980px. How to do it?

4. How to expand tagdiv gallery from 2/3 page size to 3/3 page size?
Thank you wery much. I bought 5 licences to my client 🙂 And I am wery happy user.
P.S. Sorry for my english, I learn only myself.
Hi,
1. For Classic Block stack we made a special header, this one http://screencast.com/t/FEoXVhLMpcv and in combination with other headers is not guaranteed that everything will work fine.
Anyway if you want to use it like this please can try this custom css in for logo:
.header-logo-wrap img{
display: table;
margin-right: auto !important;
margin-left: auto !important;
}
2. Also for borders:
.blog-stack .td-menu-background{
border-bottom:none;
border-top: none;
}
3. That option were removed because we change grid and it won’t be available.
That is page padding, you can try to remove that with css:
.td-page-wrap .td-grid-wrap{
padding: 0px;
}
.td-page-wrap .td-grid-wrap .container-fluid{
padding: 0px;
}
Try to inspect with Chrome and see where you have padding.
4. You can use TagDiv gallery on full width post(without sidebar):
Post settings: http://screencast.com/t/eYQ0RfJ87
Result: http://screencast.com/t/802x12Md
Thanks!
Hi,
Tagdiv gallery was designed for posts like you see in our demo: http://screencast.com/t/GqDb9DA8tk – http://demo.tagdiv.com/newspaper/services-allow-you-to-do-things-like-scan-a-document/
It’s doesn’t work properly on pages, because it is added automatically by Visual Composer in a text block, so it can be used only on 2 columns. We added this on our list and will be fixed in future updates.
Thanks!
