Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
guvenck
tagDiv Member

I have found what is wrong:

tdb_less_front.css, Line 36:


.tdb_header_logo .tdb-logo-img-wrap img {
display: block;
}

displays the image as a block and it fills the element it is in. So there is no room left to align. This must be removed or set to


.tdb_header_logo .tdb-logo-img-wrap img {
display: inline;
}

guvenck
tagDiv Member

I don’t prefer giving the website URL openly, as it is password protected. Can’t we create private posts in this support forum?

Or you can paste the custom css here and I can apply it too.

guvenck
tagDiv Member

Hello Vlad,

I can’t find a Column text element. All I have is the following:

Column content
Column title

Can’t we add screenshots here?

guvenck
tagDiv Member

Is it possible to include external widgets in Tagdiv Composer? What should I do to include a list of users (with author roles) on the homepage?

Or shortcodes? I can use an external plugin that produces a shortcode. Can I include this plugin in Tagdiv Composer?

  • This reply was modified 6 years by guvenck.
Viewing 4 posts - 1 through 4 (of 4 total)