jeff9661

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Header Text Widget Mobile Responsive CSS #3317
    jeff9661
    Customer

      Is that slider included in the theme? Is it available elsewhere?  I really like it.

      in reply to: Header Text Widget Mobile Responsive CSS #3304
      jeff9661
      Customer

        Interesting, I would have never guessed that. Thank you again so much for your help. I will remember when it comes time to to hire someone or purchase another theme. By the way I really like the Optimal theme and Ally too. How do you get the animation in the Ally slider HTML 5, Flash?

        in reply to: Header Text Widget Mobile Responsive CSS #3302
        jeff9661
        Customer

          I sent you the info via your website contact form. Thanks so much for your help.

          in reply to: Header Text Widget Mobile Responsive CSS #3297
          jeff9661
          Customer

            Hi Wes,

            I’m sorry to be such a pain, just trying like crazy to get this working. I appreciate you taking the time to help me and certainly understand your time is valuable. So if you need to bill me let me know. Even though I have tried a few different things, I have done exactly as you mentioned a few times. The problem is not with getting it to center, the problem is the phone numbers go away on iPhone and iPad and the main header at full width gets messed up when adding the code below to the @media sections. Here are two links that may help clarify.

            http://www.acmesigninc.com/acme-css-grab.html

            http://www.acmesigninc.com/ACME-style-edit.css

            #header .wrap .widget-area .widget_text .textwidget #hdrPhone {
            float: none;
            }

            in reply to: Header Text Widget Mobile Responsive CSS #3285
            jeff9661
            Customer

              I noticed that my CSS was only in the @media sections, so I added this to the header CSS section.

              #header .wrap .widget-area .widget_text .textwidget #hdrPhone {
              font-size: 20px;
              float: right;
              line-height: 120%;
              margin-right:12px;
              color:#fff !important;
              text-align:center;
              }

              An this at the bottom of each @media section

              #header .wrap .widget-area .widget_text .textwidget #hdrPhone {
              float: none;
              }

              The code in the @media sections again affected the CSS in the header. Moved it in the middle. So I commented the out the CSS code in the @media sections.

               

              in reply to: Header Text Widget Mobile Responsive CSS #3284
              jeff9661
              Customer

                I had to revert back to my original CSS as my edits above affected the main CSS above the @media, not sure why. So I’m back to square one.

                in 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

                Viewing 7 posts - 1 through 7 (of 7 total)