About images

Posted in: Newspaper
Post count: 43

How to align images on left side, I completed designed using cloud templates.

Please tell me how can I align the images on left side.
Also tell me how to set table of content on left side, I tried setting left what the text contact also getting side of the table of content.
My website http://Www.bigstarbio.com

Post count: 35449

Hi,

The fastest and easiest way is to use a custom css like this one -> https://i.imgur.com/A1csvZB.png
#ez-toc-container {
display: inline-block;
}
.tdb_single_content .tdb-block-inner > *:not(.wp-block-quote):not(.alignwide):not(.td-a-ad) {
margin-left: 0;
margin-right: 0;
}

The code need to be set in theme panel> Custom code> Custom css.

Hope this will help you!
Thank you!

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