Skip to:
Content
Pages
Categories
Search
Top
Bottom

Full responsive Headers


  • pflanzenoma
    Participant

    @pflanzenoma

    On a smaller device the “Forum Headings” are one above the other. How can I declare the size in
    em’s instead of px ?

    Greetings
    Pflanzenoma

Viewing 23 replies - 1 through 23 (of 23 total)

  • Robin W
    Moderator

    @robin-w

    link to an example on your site please


    pflanzenoma
    Participant

    @pflanzenoma

    The site is still under construction and not yet published. So I made screenshots and placed them on my website. Here you can see how it looks on a computer monitor

    neomarica.de/Exotenforum/normal.JPG

    And this is as it looks like on small tablet

    neomarica.de/Exotenforum/tablet.jpg

    On a smartphone it’s worse.

    BTW – How can I completely remove this Search field (SUCHE)?

    BW
    Pflanzenoma


    Robin W
    Moderator

    @robin-w

    #bbpress-forums ul.forum-titles li.bbp-forum-info {
    	font-size: 1.5em;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-topic-count {
    	font-size: 1.5em;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-reply-count {
    	font-size: 1.5em;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-freshness {
    	font-size: 1.5em;
    }

    pflanzenoma
    Participant

    @pflanzenoma

    Hello Robin,

    thank you. I’ll try it.

    Pflanzenoma


    pflanzenoma
    Participant

    @pflanzenoma

    Hello Robin,

    thank you. Where shal I place this? Sorry, but I’m a complete newbie.

    Pflanzenoma


    Robin W
    Moderator

    @robin-w

    it would go in then custom css area of your theme, normally

    dashboard>appearance

    then try ‘customise’ and look for ‘additional css’ or ‘custom css’

    or your theme may have its own are for setting in that part of dashboard


    pflanzenoma
    Participant

    @pflanzenoma

    That’s what I tried, but it didn’t work. I Think I’ll have to change the theme again. Do you recommend a theme for simple use of bbPress?


    Robin W
    Moderator

    @robin-w

    you should not need to change theme !

    So you put this code in additional css – yes ?


    pflanzenoma
    Participant

    @pflanzenoma

    Yes. In the Theme and in the bbPress Style Pack.

    Nothing worked.


    Robin W
    Moderator

    @robin-w

    ok, I’d suggest that your browser is not refreshing – browsers download the css files, but to keep website speed up, then only do so every so often. phones are particularly bad at keeping old css files, and not updating them/

    Try closing your browser and reopening, or if you can accessing your site form a computer/phone that has not accessed it before.


    pflanzenoma
    Participant

    @pflanzenoma

    No, that didn’t work either. I’m configuring here on my Computer and we tested it with my husband’s phone, that had no contact to the site before.

    I can also test it by moving the “Align Default Max Width” adjuster in the General Options Menu of the Theme’s customizer.


    Robin W
    Moderator

    @robin-w

    ok, changing themes will not I think get you any further. Without being able to see your site, I can’t really help further, as I can’t examine what is being downloaded to your browser, and what is either not taking effect or being overridden.

    I take it you have been amending the 1.5em to see whether it changes – I just put a figure in there.

    as a last guess, you could try

    #bbpress-forums ul.forum-titles li.bbp-forum-info {
    	font-size: 1.5em !important;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-topic-count {
    	font-size: 1.5em !important;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-reply-count {
    	font-size: 1.5em !important;
    }
    
    #bbpress-forums ul.forum-titles li.bbp-forum-freshness {
    	font-size: 1.5em !important;
    }

    pflanzenoma
    Participant

    @pflanzenoma

    ok, my husband says that I can give you the link publicly though it’s still staging:

    http://www.exoten-forum/site


    Robin W
    Moderator

    @robin-w

    sorry that doesn’t resolve – ie doesn’t go anywhere

    Hmmm… can’t reach this page


    pflanzenoma
    Participant

    @pflanzenoma

    Sorry. Forgot the country suffix

    http://www.exoten-forum.de/site


    Robin W
    Moderator

    @robin-w

    ok, so can you put the css above in the custom css part of style pack please


    pflanzenoma
    Participant

    @pflanzenoma

    Done.


    Robin W
    Moderator

    @robin-w

    so is this code ONLY in style pack, if it is also in the theme, please remove it from there


    pflanzenoma
    Participant

    @pflanzenoma

    Done ok.


    Robin W
    Moderator

    @robin-w

    ok, that all works, you just need to decide what size .em you want and put that in the custom css


    pflanzenoma
    Participant

    @pflanzenoma

    Thank you very much, I’ll try it.


    pflanzenoma
    Participant

    @pflanzenoma

    So, that works now. Thank you very much for your help. See, I’m an almost 74 years old former German teacher and used to make my websites myself in plain HTML. It’s the first time that I use WordPress because it was recommended to me, but it’s still a sort of blackbox for me.

    So I fear that I’ll have a lot more questions until the bbs can go on air.

    Have a nice time
    Pflanzenoma


    Robin W
    Moderator

    @robin-w

    that’s no problem, happy to help if I can!!

Viewing 23 replies - 1 through 23 (of 23 total)
  • You must be logged in to reply to this topic.
Skip to toolbar