Hello,
I´m trying to personalize the toggles in my site: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/?page_id=2270#toggle-id-3. It´s almost done, but the toggle background is not working with the code that I´ve posted in it. Is there a way to solve this problem?
The code:
[av_one_third first]Add 1/3 Content here[/av_one_third]
[av_two_third]
[av_gallery ids='2692,2691,2690' style='thumbnails' preview_size='portfolio' thumb_size='thumbnail' columns='4' imagelink='lightbox']
[/av_two_third]
Thank you,
Fabiana
Hi!
Maybe it’s not possible to use a column shortcode within a toggle shortcode because the floating columns will break the toggle container. However you can try following code:
.toggle_content{
display: inline-block;
}
Best regards,
Peter