- This topic has 3 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 3 reply threads
Viewing 3 reply threads
- You must be logged in to reply to this topic.
Home › Forums › Dondo WordPress theme › Layout – Image full height
Hi
I would like to style the layout like in your demo: https://theme-dutch.com/presents/dondo/demo02/about-model-agency-dondo/
What settings are required to set the Image on the left to full height?
Thank you for your help.
Hi Trevers,
Here you can find a link to shortcodes which you can use to create
You can find custom column shortcodes via ‘add shortcodes’ at the icon bar on your pages/posts.
It’s not quite the same function I am looking for. In your demo, the image is always automatically set to the height of the browser window. What settings are needed for this layout?
Hi Trevers,
Please also read the DONDO Manual that comes with the theme (in your download zip file)
In chapter 21 you can read ‘how to use shortcodes, and where you can find all shortcodes.
Please use this shortcode:
[tds-splitlayout]
[tds-splitcolumn image=imageurl backgroundcolor=#FFF textcolor=#000 backgroundopacity=100 width=50%]
[/tds-splitcolumn]
[tds-splitcolumn image=imageurl backgroundcolor=#FFF textcolor=#000 backgroundopacity=100 width=50%]
[/tds-splitcolumn]
[/tds-splitlayout]