CSS for blog width
-
Sorry, I’m a bit of a CSS newb. Can you tell me how to change the width of the blog?
Also, how can I change the background and text color of the section headers?
Last, do you have any history of people wanting to share Jupyter Notebooks via WordPress? Is there any simple way to do this?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hello,
Thank you for using the Venture theme!“Can you tell me how to change the width of the blog?”
– It looks like you’ve already changed the width of your blog container to 860px. Please find this code in your Custom CSS:.inactive-sidebar.blog .site-main, .inactive-sidebar.archive .site-main, .inactive-sidebar.search .site-main, .inactive-sidebar.single .site-main, .inactive-sidebar.page.page-template-default .site-main, .inactive-sidebar.single #primary-header .container, .inactive-sidebar.page.page-template-default #primary-header .container { max-width: 860px; }—
“how can I change the background and text color of the section headers?”
– To change default colors of the page/post header section, please use this custom CSS:#primary-header { background: #cccccc; } #primary-header .entry-title { color: #ffffff; }Please note, if the featured image is set then it will be used as a background image for the header section.
—
“Last, do you have any history of people wanting to share Jupyter Notebooks via WordPress? Is there any simple way to do this?”
– To be honest, I’ve never heard about sharing Jupyter Notebooks via WordPress butI would recommend to post this question in the main support forum: https://en.forums.wordpress.com/Maybe other users have had experience with it.
Thank you,
Taras
- The topic ‘CSS for blog width’ is closed to new replies.