Sidebar alignment in Fictive theme
-
Hi, just needing some help with the finishing touches on my blog. I’m using the fictive theme and have added the blog subscriptions (Jetpack) to the sidebar. The heading lines up with the other headings in the sidebar, but the text underneath it, and the subscribe button are further off to the left. The colour of the text is also different to the text under the other headings. Is there some way to make this consistent?
Also, I used the custom menu widget to link to my about page. As it is currently, it has the heading ‘About’ then a subheading ‘About’. Is there a way to get rid of the subheading? I’ve tried deleting the title from the about page, but then it displays as #2 (no title).
Thank you!The blog I need help with is: (visible only to logged in users)
-
The heading lines up with the other headings in the sidebar, but the text underneath it, and the subscribe button are further off to the left.
Try this custom CSS to line things up better:
#secondary .textwidget, #secondary #subscribe-blog-blog_subscription-3 { margin-left: 22px; }Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.
Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
The text colour looks the same as the other widgets to me – i.e the words “Kate on.” The clickable text (i.e. post titles like “People say the funniest things”) in the other widgets is burgundy because those are links, and the link colour is different to distinguish it from regular, non-clickable text.
Also, I used the custom menu widget to link to my about page. As it is currently, it has the heading ‘About’ then a subheading ‘About’. Is there a way to get rid of the subheading?
Adding this custom CSS to your Jetpack CSS editor should do the trick:
#pages-2 .widget-title { display: none; }The forums where you’ve found yourself currently are for folks hosted on WordPress.com. Since your site is self-hosted, in future, please post over in the Fictive support forum at WordPress.org:
http://wordpress.org/support/theme/fictive
You’ll need a free WordPress.org account to post – if you don’t already have one, you can register here:
-
-
- The topic ‘Sidebar alignment in Fictive theme’ is closed to new replies.