javascript - Add two sidebars -
i want add 2 sidebars current website, i'm confused how it. add outside wrapper? i've tried add inside wrapper, stay @ top if so.
thanks help, appreciate it
enter code here
to add columns left , right, need write markup example as:
<div class="wrapper"> <div class="left-side"> </ div> <div class="center"> </ div> <div class="right-side"> </ div> </ div>
where in style sheet specify correct attributes
Comments
Post a Comment