• Hello folks!

    I recently came across a fairly new theme that I really loved and I’ve been working with it for a few days now, trying to get it to work right. I have a few questions that I hope somebody can help me with!

    https://emptyroomstudios.com/

    The main issue I am having is that I cannot figure out how to stop the side bar content from having each line spaced. I also would like to justify the text and possibly try to make the text larger. I’ve already tried altering the sidebar info in the CSS, but it seems to have no effect. Any help would be greatly appreciated!

    Also, with this theme there is an option to have a large image in the upper right part of the sidebar. I chose to not have that image, but for some reason my sidebar content is not even with the top of the main content box. Any ideas on how to fix that?

    Last, in the footer it has an “About” and “Search” section. I was wondering if there might be some way to use a widget in either of those spaces instead of using the built in “About” or “Search” sections? It let’s me use a widget in the middle section, just not to either side. That’s low priority, honestly. But, if somebody has an answer for me, I’d love to hear it.

    Thank you in advance for your help, I appreciate it!

    Jeremy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not sure what you actually want for the line spacing in the sidebar but assuming that you want smaller spaces between lines, try adding:

    #sidebar {line-height:1em}

    to stylesheets/master.css or to style.css

    as for the top if your sidebar, you seem to have a small gallery of images there now but if you want to push the sidebar further up, try adding:

    #sidebar #ngg-images-2 h2.widgettitle {margin-top:0;)

    again to stylesheets/master.css or to style.css.

    Finally, I’d guess that you need to add 2 extra widget-capable areas to footer.php.

    I would like to know if it is possible (and how) to show the tags of articles next to them. I can see them wen I first visualize posts but when I go to the home page they disappear.
    Thank you very much
    guido

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with Titan Theme sidebar/footer…’ is closed to new replies.