Reply To: Header Text Widget Mobile Responsive CSS

Homepage Community Forums Optimal Theme Support Header Text Widget Mobile Responsive CSS Reply To: Header Text Widget Mobile Responsive CSS

#3283
jeff9661
Customer

    Thanks Wes,

    I added the following code at the bottom of each @media section:

    #header .wrap .widget-area .widget_text .textwidget #hdrPhone {
    float: none;
    text-align: center;
    color:#fff !important;
    }

    I had to included text-align: center; in order for it to center, but the numbers are still not showing up, even after adding color:#fff !important;

    Jeff