Site logo

[Resolved] Sidebar width per page

Home Forums Support [Resolved] Sidebar width per page

Home Forums Support Sidebar width per page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #165363
    Rick

    Hi Tom,

    Is it possible to set different sidebar width per page?
    I would like to have the blog 25 and all other 35.

    Thanks

    #165366
    Tom
    Lead Developer
    Lead Developer
    #165376
    Rick

    Great Tom.

    Did it the other way around because all my posts on my blog where 35:

     // If we're on frontpage
    	if ( is_front_page() ) {
    		return '35'; 
    	}
    	
    	// If the above isn't true, return your default value
    	return '25'; 
    #165414
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad you got it working 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.