Home Page Layout Like Inside Pages

Support Area Forums United Home Page Layout Like Inside Pages

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #34189
    Jeffrey Whitford
    Participant

    Is it possible for the homepage to have a setup with formatted text on the left and a column of widgets on the right (like the default page layouts)?

    #34191
    Bill Robbins
    Moderator

    I believe you can do that. Here’s what to do:

    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 .widget.widget_black_studio_tinymce {
      		width: 595px;
      	}
      
      }
      
      @media only screen and (max-width: 1023px) {
      	
      	#home-widgets .widget.widget_black_studio_tinymce {
      		width: 100%;
      	}
      	
      }
      
    3. Update your settings.

    See if that doesn’t do the trick for you.

    #34216
    Jeffrey Whitford
    Participant

    Yes! That’s perfect. Thank you for taking the time to help out with this.

    #34219
    Bill Robbins
    Moderator

    Glad that did the trick 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Home Page Layout Like Inside Pages’ is closed to new replies.