attention widget alignment

Support Area Forums Elite attention widget alignment

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #16273
    Carol Fong
    Participant

    Hi Bill,
    Is it possible to have a center alignment for the attention widget?
    Thanks,
    Carol

    #16274
    Bill Robbins
    Moderator

    Hey Carol,

    You can do that. Any chance you can send over a link to your site so I can send the right instructions for your specific site?

    Thanks,
    Bill

    #16278
    Bill Robbins
    Moderator

    Thank you Carol. See if this doesn’t do the trick for you:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .attention-block {
      	text-align: center;
      }
      
      .attention-block h3 {
      	float: none;
      }
      
      p.attention-description {
      	float: none;
      	margin-left: auto;
      }
      
    3. Update your settings.

    If you run into trouble, let me know,
    Bill

    #16279
    Carol Fong
    Participant

    Thank you so much. It worked perfectly!

    #16281
    Bill Robbins
    Moderator

    Fantastic. Have a great night Carol!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘attention widget alignment’ is closed to new replies.