Need help modify my custom menu in tiger pop

I have the below code in the sitewide code section. Using the Tiger Pop theme it produces this result http://pvc-sn3.com/
The customer want the text “within” the rails not to the left as it is now. Any suggestions?

#navcontainer a {
font-size: 1.5em;
width: 190px;
padding: 5px 5px 0px 5px;
height: 62px;
border-top: 0px solid #aeaeae;
border-bottom: 0px solid #aeaeae;
background: url(%resource(Sn3_200.png)%) no-repeat;
}

#navcontainer #current {
background: url(%resource(Sn3_200.png)%) no-repeat;
}

#navcontainer a:hover {
background: url(%resource(Sn3_200.png)%) no-repeat;
}

#navcontainer a {
background: url(%resource(Sn3_200.png)%) no-repeat;
}

Try this:
navcontainer a {
padding-top:20px !important
}

oh, wait, just change it in the top section
I may be confused with what “within the rails” means

Thanks but no cigar:(
I need to move over the text only, not the background pic.

so you want to move the text right, not down on top of the cross pieces then?

navcontainer li{
text-align:center
}

Correct. But padding the navcontainer moves the whole button. Text and pic. I want to move the text only.
TCC:}

dont follow:(
I’m a newb at RW and modern coding. Were do I place that snippet?

TCC:}

just put it with the rest of your custom CSS add a ; at the end
it “should” align the text in the list to center

That did center the text but didnt change the margins. The customer wants the text to be only between the rails.
TCC:}

While the image is the background upon which the text sits, thats not going to be possible. Adjustments to the text position will impact the background image causing a relative degree of disconnection between the vertical track connectors.

Would you be willing to tolerate that? If so use:-

#navcontainer a {
        background-position: 0px 10px;
}

If not, then its time to start thinking about how to layer the nav text over the background to enable adjustment of the text without causing a relative (and negating) shift in the background image.

1 Like

No Joy:(

I know I can control the text-align property. Is there any way to use that or similar to set a margin?

Not sure how to do that and it is almost Shabbat so no time for it till tomorrow night.