Hi @afataniarpm,
Having a look at the site, I can see the problem with your images for sure.
Add this to your CSS to make the images responsive:
.squelch-taas-tab-group.squelch-taas-override img {
height: auto;
}
In terms on the menu, I’m a bit unsure as to what is being asked. Could you provide some more information?
Hi WanderlustShutter,
Having a look at the code you have provided, it is clear that the problem is with the quotes that have been used.
The quotes within the shortcode are styled quotes, which WordPress doesn’t recognise within a shortcode.
To fix this: Delete the quotes and insert them manually via your keyboard. This will ensure they are the right quote for WordPress shortcodes.