Tagged: width
- This topic has 6 replies, 2 voices, and was last updated 7 years ago by tikaram.
-
AuthorPosts
-
September 1, 2017 at 5:24 am #121439homagexParticipant
Dear sir,
Hello.
We would like to change the width of content for mobile.
Default width is narrow and not good for Japanese words.Could you kindly tell us the CSS code we should insert?
The following code is one we have tried but it does not work…
@media screen and (max-width: 479px)
.wrapper, .one-column.no-sidebar .site, .one-column.no-sidebar #fixed-header-top {
max-width: 340px;
}The URL of the site is as follows.
http://cpa-exporter.com/blog/Sincerely,
Pitaro
September 1, 2017 at 7:53 am #121442tikaramParticipant@homagex : Its not an issue with the width of the content. You can try increasing the font size or letter spacing for mobile devices. Let me know if you need assistance.
Regards,
TikaramSeptember 1, 2017 at 11:04 pm #121473homagexParticipantThank you for your reply.
Unfortunately, we it is not problem for the font size or spacing.
(We know how to change the font size or spacing.)
We would like to increase the width of the content page.Please find the following display.
https://www.fastpic.jp/viewer.php?file=4760888554.pngWe would like to spread the content width (white part of the page).
Sincerely,
Pitaro
September 3, 2017 at 12:35 pm #121532tikaramParticipant@homagex : Go to Appearance => Customize => Additional css and add the following css
@media screen and (max-width: 320px){ .wrapper { width:100%; } } @media screen and (max-width: 479px){ .wrapper { width:100%; } } @media screen and (max-width: 767px){ .wrapper { width:100%; } }
Let me know if you have any further issues.
Regards,
TikaramSeptember 6, 2017 at 8:55 pm #121735homagexParticipantDear tikaram,
Thank you for your reply.
We added the CSS code but the display did not changed…
We would like to change the width of display when we see the website by Iphone6.If we need additional code, could you kindly teach the code?
We are so sorry for taking your time.
https://www.fastpic.jp/viewer.php?file=4760888554.pngSincerely,
Pitaro
September 6, 2017 at 11:44 pm #121737homagexParticipantSorry, we could solve the problem.
Thank you for your assistance.
Sincerely,
Pitaro
September 7, 2017 at 1:54 pm #121786 -
AuthorPosts
- The topic ‘The width for mobile (Catch Evolution)’ is closed to new replies.