Flexible width presentation page

  • Author
    Posts
  • #15576
    Tom

    Is it possible to make the width of the presentation page flexible???

    I love the tempera theme, now the only problem I got is that its responsiveness has the width issue with the presentation page of the theme.

    I also tried it out on different cellphone/smartsphone/I-pad (what-have-you) simulators, and the staticness (in width) of the presentation page just has the flaw that you get the horizontal scollbar on the bottom ๐Ÿ™

    If the presentation page’s width could be made flexible, to adjust til it hits the max with of 800 (…), the theme would be perfect.

    #15775
    Kay
    Cryout Creations mastermind

    Actually the presentation page is fully responsive. If you get the horizontal scrollbar you may be using a faulty plugin. Please disable all plugins for a moment and check the responsiveness then.

    Also, a link to your site would help a lot.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: Mantra โ€ข Nirvana โ€ข Parabola โ€ข Tempera
    Tutorials: custom menus โ€ข translating theme โ€ข installing theme โ€ข category page with intro โ€ข disabling comments Wordpress: child themes โ€ข categories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #15788
    Tom

    Hi Kay, thanks for your reply! I really love the theme!!! This is the link http://jamali.info/simorgh/. Tried the plugins. Maybe the right to left causes the problem.

    #16577
    Namae

    Actually I’ve had this issue as well on a local site in English (so left to right).

    I fixed it with custom css:
    #header-full,#footer{width:100%;min-width:100%;}
    #header,#main,#topbar-inner{width:90%;max-width:1150px;}
    #access,#branding{width:100%;}
    #bg_image{width:100%;height:100%;}
    #toTop{bottom:45px;}
    .slider-wrapper{width:100%;}
    #slider{width:100%;}

    I haven’t tested compatibility with anything but Firefox 26, so keep that in mind ๐Ÿ™‚

    #20832
    Tom

    Hey Namae,

    wow that’s awesome. Works perfectly! Thanks so much for that great piece of CSS!

    #20928
    Namae

    Good to hear, since I haven’t tested it on any other browser or device since then ๐Ÿ™‚
    Custom CSS is overridden by the mobile rules, meaning it shouldn’t break responsiveness.

    What Tempera was lacking is fluidity, that’s where our problem came from ๐Ÿ™‚

    #20929
    Name

    Also you probably want to replace the 1150px with 1050px in the set of rules, because you modified the width and your site uses 1050 ๐Ÿ˜‰

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

The topic ‘Flexible width presentation page’ is closed to new replies.