Tagged: x
-
AuthorPosts
-
March 23, 2016 at 3:15 pm #850027
How do I add custom css to my blog page at http://retrofit.agency/nodaysadhesives/blog/ ?
For instance, I want the default CSS sidebar settings applied to here (though I’ve got custom CSS applied to the sidebar elsewhere on the site).
March 23, 2016 at 5:22 pm #850214Hi there,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
Additionally, when trying to access your link, it is asking for a password. Please provide us with login credentials so we can take a closer look. To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
March 24, 2016 at 10:53 am #851156I need to apply CSS to the blog page and there’s no apparent way to edit the blog via Cornerstone. Is there any way to apply custom CSS to elements on the designated BLOG page (in WP Admin reading settings) specifically?
Credentials to follow.
March 24, 2016 at 10:57 am #851160This reply has been marked as private.March 24, 2016 at 11:04 am #851173to be clear:
March 24, 2016 at 4:50 pm #851616Hi Nicholas,
Editing the blog isn’t possible, it’s made that way and it’s WordPress standard. But you can always add your custom CSS to Admin > Appearance > Customizer > Custom > CSS
And the main cause of your issue from the provided screenshot is this custom CSS.
.x-main { width: 88%; }
Please remove it.
Thanks!
March 24, 2016 at 4:58 pm #851623Right, but I want .x-main’s width at 88% on the pages that are currently using the sidebar (such as http://retrofit.agency/actaphase-60-2-col/)
Is there any way of editing the blog template, or adding classes to the elements on this page specifically?
March 24, 2016 at 8:52 pm #851838Hi there,
Sure, you can add this CSS replacing that one.
.x-content-sidebar-active:not(.blog) .x-main { width: 88%; }
Hope this helps.
-
AuthorPosts