I may be asking too much but am wondering how I could add some padding between two modules in the logo-left position. Here is a page where you can see the custom module with the text "Jewish Life" to the right of the logo-left main menu: https://test1.theraliv.org/jewish-life
I placed an extra module at the top of all of my category and subcategory pages in the logo-left position to display the name of the category people are visiting at the top of the browser next to the logo-left mainmenu.
But, I could use some help adding padding to move the modules to the right about five pixels.
I want to add something like
margin-left: 5px;
To the following nine modules
Jewish Life
<div id="mod-custom982" class="mod-custom custom">
<h3><a title="Jewish Life" href="/jewish-life">Jewish Life</a></h3></div>
L'Chaim
<div id="mod-custom996" class="mod-custom custom">
<h3><a title="L'Chaim" href="/lchaim">L'Chaim</a></h3></div>
Israel
<div id="mod-custom997" class="mod-custom custom">
<h3><a title="Israel" href="/israel">Israel</a></h3></div>
Torah
<div id="mod-custom998" class="mod-custom custom">
<h3><a title="Torah" href="/torah">Torah</a></h3></div>
Stories
<div id="mod-custom999" class="mod-custom custom">
<h3><a title="Stories" href="/stories">Stories</a></h3></div>
God's World
<div id="mod-custom1000" class="mod-custom custom">
<h3><a title="God's World" href="/gods-world">God's World</a></h3></div>
Video
<div id="mod-custom1001" class="mod-custom custom">
<h3><a title="Video" href="/video">Video</a></h3></div>
Espanol
<div id="mod-custom1022" class="mod-custom custom">
<h3><a title="Español" href="/es">Español</a></h3></div>
Russian
<div id="mod-custom1023" class="mod-custom custom">
<h3><a title="Russian" href="/ru">Russian</a></h3></div>
Sean Carney