Footer Widgets

Support Area Forums Elite Footer Widgets

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #28509
    Daniel Lax
    Participant

    Is it possible to have four-across Custom Menu widgets in the footer widget area, rather than three, on a standard-width web page (meaning large-screen monitor)?

    #28517
    Bill Robbins
    Moderator

    Hello Daniel,

    I believe we can make that happen. Here’s how to make that change:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      @media only screen and (min-width: 1024px) {
      
      	#footer-sidebar .widget {	
      		width: 240px;
      	}
      
      }
      
    3. Update your settings.

    If you run into any questions or trouble, let me know.

    Thanks,
    Bill

    #28526
    Daniel Lax
    Participant

    Thank you so much! It works perfectly. And the columns float correctly when the screen-width narrows.

    To compliment you again, these are beautiful themes! They’re attractive as well as being technically intuitive to a long-time programmer like me!

    #28538
    Bill Robbins
    Moderator

    Thanks Daniel, I really do appreciate it. If you need anything else, just let me know.

    Have a great week,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer Widgets’ is closed to new replies.