Help with Action Widget

Support Area Forums Foundation Help with Action Widget

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.rutlandrr.org/
  • Author
    Posts
  • #31916
    Phillip Blancher
    Participant

    Hi There,

    I am trying to use the Action Widget in Homepage Bottom. I have a sentence of text, with the button and title attributes filled out, yet all that shows up is the Title. What am I doing wrong?

    Thank you

    phil

    #31917
    Bill Robbins
    Moderator

    Hello Phil,

    Great question. The title is bumping the content of the widget down below the title and out of the widget box where it’s no longer visible. We made some changes to this widget in more recent versions of the theme to help with that situation in particular. I would try updating the theme first. You should see an available update for it in the updates section of your dashboard. If you don’t check in the theme options and make sure that updates aren’t disabled.

    If you’re not able to update, you could try this:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (min-width: 1024px) {
      	
      	#home-widgets .action .action-content {
      		width: 730px;
      	}
      	
      }
      
    3. Update your settings.

    If you have any questions, let me know.

    Have a great day,
    Bill

    #31918
    Phillip Blancher
    Participant

    Well that certainly worked. And it fixed the next issue I was going to ask about, so thank you!

    #31919
    Bill Robbins
    Moderator

    Glad that helped out Phil. If you need anything else, just let me know.

    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Help with Action Widget’ is closed to new replies.