Forums ยป WordPress ยป Tempera ยป Feature requests
-
AuthorPosts
-
January 7th, 2014 at 21:12 #15576Tom
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.
January 11th, 2014 at 18:04 #15775KayCryout Creations mastermindActually 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.January 11th, 2014 at 22:45 #15788TomHi 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.
January 19th, 2014 at 21:04 #16577NamaeActually 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 ๐
January 29th, 2014 at 01:05 #20832TomHey Namae,
wow that’s awesome. Works perfectly! Thanks so much for that great piece of CSS!
January 30th, 2014 at 19:53 #20928NamaeGood 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 ๐
January 30th, 2014 at 19:59 #20929NameAlso you probably want to replace the 1150px with 1050px in the set of rules, because you modified the width and your site uses 1050 ๐
-
AuthorPosts
The topic ‘Flexible width presentation page’ is closed to new replies.