Can the map located/aligned at the centre in the thread/ post? Which template should I edit? And what code should I add?
Hi Vince, You can change css from 'BRLB_editor.css' template. find Code: .BRLBMapViewer{ width:400px; height:300px; max-width: 100%; } and change to Code: .BRLBMapViewer{ width:400px; height:300px; max-width: 100%; margin:0 auto; }