Sidebar settings reset issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • #21175
    JustAnotherUser
    Participant

    First off, great Theme!
    I have two Problems…

    1st:
    I have made two dynamic Sidebars, via the Theme Options.
    I don’t want to show the Sidebar Title, but if I edit the first of those two, the other one surprisingly shows the title. If I try to remove the title in the first one it reapears in the second.. How is that possible??

    2nd:
    I have a rather long site title. If you open the webpage on a mobile device without a portrait mode, the Title splits in two lines and the second line is out of the white Navbar. Is there a possibility to enlarge the Navbar on a Mobile device?

    Help is much apreaciated!!

    #21180
    bo-oz
    Participant

    Hi,

    #1 seems to be a bug… if you want to hide the title in the sidebar, use custom CSS in Theme options:

    
    header.sidebar-heading { display:none;}
    

    #2 You could make a specific CSS rule for mobile devices (like reducing the font size), but you’re probably better of reducing the size of the site title. If you really want to increase the height of the navbar, just use custom CSS again. Style it with:

    
    header#masthead { height: ???px;}
    
    • This reply was modified 9 years, 7 months ago by bo-oz.
    #21184
    JustAnotherUser
    Participant

    Hi,

    thanks for the really fast reply! #1 worked! πŸ™‚

    #2 can you tell me what the specific rule would be? The Title is already rather small ^-^

    thanks!!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.