Tagged: layout
Hi,
Inside tabs I used shortcode and this breaks the page layout.
There is space between the widget block and the left content block. And the width of the widget block is decreased.
http://screencast.com/t/FbnMPzb47h
Any idea how I can fix this?
Here is the link to the page: http://www.chajadesign.nl/medewerkers/
Thanks!
Hey Jan!
Which shortcodes are you using that is breaking it?
Regards,
Elliott
Hi Elliott,
It is the team member shortcode.
Regards,
Jan
Hi!
Try dragging a codeblock element to your page and add this inside.
<style type = "text/css">
.flex_column_table > .av_one_third {
width: 100%;
}
</style>
Best regards,
Elliott
Hi Elliott,
Thank you for the CSS fix!
Best regards,
Jan