Home › Forums › WordPress Themes – Premium › Celestial (Celestial Reloaded) › Not showing correct on mobile – only half side…
- This topic has 12 replies, 31 voices, and was last updated 9 years, 11 months ago by
Jolly Roger.
-
AuthorPosts
-
October 2, 2013 at 12:26 am #14188
Ragnhild Hannoschøck Vea
MemberHi:)
Any ide why the website smykkeblogg.no is showing on only half page on mobile? (see attached png files).
The pictures that goes beyond are only 770px with.October 2, 2013 at 3:37 am #18381Sushil Adhikari
ModeratorFirst, please make sure you post in the appropriate forum category “Celestial Reloaded” as you posted it in the “suggestions” one. Thanks 😛
As for your issue…I think know what it is. Normally I don’t have people make modifications to the core theme files, but this one I think is going to require an update to the theme. Paste this:
.wp-caption { max-width: 100%; /* Keep wide captions from overflowing their container. */ }
…after this code around line 854 that has this code there:
img.alignnone { margin: 0 0 1.5em; } div.alignnone { margin-bottom: 1.75em; }
October 2, 2013 at 11:05 am #18382Ragnhild Hannoschøck Vea
MemberFirst of all: THANK YOU! It worked:)
Second: I apreciate how fast you respond and provide solutions – this is high class support! :cheer:
Third: sorry, I didn’t notice the categories… I’ll make sure to get it right next time :blush:
Fourth: I’ll give my best recomendations to Styledthemes :cheer:
October 2, 2013 at 6:50 pm #18383Sushil Adhikari
ModeratorAwesome to hear, and thanks! I may have to add a testimonial to my front page 🙂
October 8, 2013 at 2:49 pm #18417janliow
MemberHi, my website http://www.ace-academy.com.sg also doesn’t appear properly on mobile… please help as I’m really new to web designing and not exactly familiar with css… 🙁
thank you!
October 8, 2013 at 6:21 pm #18418Sushil Adhikari
ModeratorJanliow…is it the same issue as the other person?
October 8, 2013 at 6:45 pm #18419janliow
Memberthks for the prompt response.
I think so, but I’ve tried the solution you suggested earlier and didn’t work. Is it because I did my website on a child theme?October 8, 2013 at 7:10 pm #18420Sushil Adhikari
ModeratorThe problem is that you used a table structure in your front page which is only responsive to a certain width. There is a way to make it responsive (sort of) which would require a theme update but what happens is that the table stays full width but you get scroll bars in your page (not very pretty).
The use of a table is incorrectly used in your page. To achieve the same result but responsive, is to make the top heading part as the Call to Action position and then your columns of content where each one is in a widget for positions, then choosing the appropriate page template too (one that has the widget positions needed, like the Top or Bottom positions.
Refer to the widget layouts here: http://demo.styledthemes.com/celestial-reloaded/widget-layout/
October 9, 2013 at 6:35 am #18430janliow
MemberOops… Thanks for the info, will study the tutorials again. :blush:
October 9, 2013 at 7:46 am #18432Sushil Adhikari
ModeratorNo worries, watch the video tutorials, and of course, support is here.
October 15, 2013 at 5:45 pm #18465Jolly Roger
MemberHi we are having 2 issues on mobile. SIte is http://www.scubadorag.com
1.) we get the half page on mobile with all pages under the main menu categories: Head, toes, body or accessories.
2.) On mobile the main menu bar will not let us choose any sub-directory under PRODUCTS it highlights and selects them all.
Thanks for the always prompt support!
October 15, 2013 at 6:54 pm #18466Sushil Adhikari
ModeratorFor your first question/issue, it’s your
horizontal rule that you are using. It has a width of 900 pixels to it:
Not sure where or how you put the hr tag in there but that is the problem because it’s a fixed width which is why it’s not responsive as it should be. Just do
only.
For number two, the links actually work, it’s just a background colour that shows. This is something I need to fix on the next update to remove the background totally, so it doesn’t confuse visitors.
October 15, 2013 at 8:35 pm #14189Jolly Roger
MemberThanks a ton. We’re fixed and will await next update. 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.