Hours and Contact Widget

Support Area Forums Foxy Hours and Contact Widget

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #16791
    Jeff Wellemeyer
    Participant

    Anyone know how I can change the order of the information displayed in the Hours and Contact Widget? I would like the address and phone number to be displayed first prior to the hours of operation.

    Thanks

    Jeff

    #16792
    Bill Robbins
    Moderator

    Hello Jeff,

    Good question. Let’s see if this will let you position those in a different order:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .address-widget {
      	position: relative;
      }
      
      ul.adr {
      	position: absolute;
      	top: 77px;
      }
      
      li.tel {
      	position: absolute;
      	top: 50px;
      }
      
      ul.hours {
      	margin-top: 110px;
      }
      
    3. Update your settings.

    If you run into trouble, let me know.

    Thanks,
    Bill

    #16796
    Jeff Wellemeyer
    Participant

    That worked! Thank you!

    #16804
    Bill Robbins
    Moderator

    Fantastic. If you need anything else, just let me know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hours and Contact Widget’ is closed to new replies.