Width of Page and Font Size in Footer

Support Area Forums Umami Width of Page and Font Size in Footer

Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://mfkrestaurant.com
  • Author
    Posts
  • #20373
    john worsham
    Participant

    Great theme.

    I have two questions for you:

    1. How do I make the width of the page (the black area that expands) wider? On large screens, the page is narrow and look odd. I have three columns of images I want to display but it’s only letting me display two columns. http://mfkrestaurant.com/morsel

    2. How do I change the size of the font in the footer? I want it to be smaller.

    Thanks!

    #20378
    Bill Robbins
    Moderator

    Good Morning John,

    I’m glad you’re enjoying the theme. Let’s see if we can help you with these questions.

    1. You can make the content area larger for larger screens. Here’s how:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      @media only screen and (min-width: 1250px) {
      
      	#wrap,
      	#content {
      		width: 860px;
      	}
      
      	
      }
      
    3. Update your settings.

    That should give you 200 extra pixels of width for browser sizes of 1250 pixels wide or larger.


    2. You can change the size of the social icons in the footer. Add this to your Custom CSS too to change them:

    
    #menu-social-media li a::before {
    	font-size: 18px;
    }
    

    Feel free to adjust the size there to get the fit you need.

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

    Have a great day,
    Bill

    #20386
    john worsham
    Participant
    This reply has been marked as private.
    #20387
    john worsham
    Participant
    This reply has been marked as private.
    #20388
    Bill Robbins
    Moderator

    Sorry about that. I didn’t see the text in the footer so I thought you meant the social icons. This snippet should change the footer text size for you:

    
    p.credits {
    	font-size: 14px;
    }
    
    

    There are some plugins out there that you can use to generate a FAQ list. It’s been a while since I last used one, but if I remember the FAQ Manager one worked well for me then. You might give it a try.

    Have a great weekend,
    Bill

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Width of Page and Font Size in Footer’ is closed to new replies.