You are here:Home»KB»Web Design»Design Elements, Styling, Effects and Code»Joomlashine»JSN Modules»3 Horizontal Modules via HTML
Friday, 27 January 2017 10:18

3 Horizontal Modules via HTML

Written by

Use this when the module position your want to use does not support horizontal seperation. It requires the code below and the use of the import modules code.

<div style="display: inline-block; width: 30%; min-width: 180px;">{module Footer Menu}</div>
<div style="display: inline-block; width: 30%; min-width: 180px;">{module Payments Accepted}</div>
<div style="display: inline-block; width: 30%; min-width: 180px;">{module Footer Address}</div>

 

Read 1102 times