woody Well-known member Apr 14, 2016 #1 I'd like to change the width of this column (to 310px), and have not been able to find anything in the Style to control that value...suggestions? Thanks!
I'd like to change the width of this column (to 310px), and have not been able to find anything in the Style to control that value...suggestions? Thanks!
Chris D XenForo developer Staff member Apr 14, 2016 #2 You can change it in EXTRA.css: Code: .xengallery_media_view .sidebar { width: 310px; } .xengallery_media_view .mainContainer { margin-right: -320px; } Something like that, any way Upvote 0 Downvote
You can change it in EXTRA.css: Code: .xengallery_media_view .sidebar { width: 310px; } .xengallery_media_view .mainContainer { margin-right: -320px; } Something like that, any way