Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Change fontsize in footer area one #20095
    Sebastian
    Member

    mhh so.. ok. so there´s one font size for all.. (responsive design) ?

    and if i add your CSS… especially that in the box..

    @media screen and (max-width: 1060px) {
    /* Add here css for maximum screen size of 1060px */
    }

    @media
    screen and (max-width: 960px) {
    /* Add here css for maximum screen size of 960px */
    }

    @media
    screen and (max-width: 767px) {
    /* Add here css for maximum screen size of 767px */
    }

    @media
    screen and (max-width: 480px) {
    /* Add here css for maximum screen size of 480px */
    }

    @media
    screen and (max-width: 320px) {
    /* Add here css for maximum screen size of 320px */
    }

    i still have to add the CSS for every size? or is the box obove all i need to copy and paste?

    /* Add here css for maximum screen size of 480px */

    is this right or must i add the size?

    in reply to: problem with the sidebars #20060
    Sebastian
    Member

    it´s no problem i do a few sidbars. But before i like to understand how it works.
    Main Sidebar is for? every page/post/archive…?
    Default Sidebar is not always Main Sidbar, isn´t it?
    Default Sidebar can be Optional Archive Sidebar/ Page Sidebar/Post Sidebar?

    in reply to: problem with the sidebars #20057
    Sebastian
    Member

    ok…but this was one reason for choose this template..responsive design.

    in reply to: optimize the space between sidebar widgets #20044
    Sebastian
    Member

    right. easy! thanks

    in reply to: problem with the sidebars #20043
    Sebastian
    Member

    right, good to know…so if i like just one sidebar 4all…then i have to create more than one. one (optional archive sidebar) for blog and archive and another one, for example, optional sidebar one for pages and posts. that should cover everything? sooner or later i think i need more than that, but for now its good with one 4 all.

    thanks
    seb

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