Home › Forums › Air WordPress Theme › Air theme Mobile view and layout
- This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago by
waee.
-
AuthorPosts
-
February 11, 2018 at 2:28 pm #14522
Good Evening,
1.How do I adjust my mobile view to have the same layout/font size on the website? They are just too big to view through the phone and the menu is overlapping the image. What should I do? (below attachment)
https://www.dropbox.com/s/rc25hf9ukm7w8xs/Screen%20Shot%202018-02-11%20at%2010.07.33%20PM.png?dl=02. How to remove the caption under the title?
https://www.dropbox.com/s/zc3tvsyp87qdivu/Screen%20Shot%202018-02-11%20at%2010.09.04%20PM.png?dl=0
https://wabisabi.one/about-2/3.I would like to create a page like http://themes.uiueux.com/air/hikeshi/ is there any tutorial/guide to such layout?
Thank you for reading my silly question again.
February 12, 2018 at 4:46 am #14523Hi,
If you use text logo, please try to use the css to change the size. If doesn’t work still, please leave your pageurl.1. Please try to paste the custom css code to “Appearance > Customize : Additional CSS”
@media (max-width: 767px){ .responsive-ux #header #logo .logo-h1 { font-size: 14px; } }2. Please make the Excerpt is empty https://www.dropbox.com/s/sqk2g8bfi04nsbm/QQ20180212-124352%402x.jpg?dl=0
3. It is a gallery format post, go to Posts > Add New to create.
https://seatheme.net/documentation/air/index.html#!/posts
video guide: https://www.youtube.com/watch?v=RIRGSHgqpXYRegards!
Bwsm – uiueux.com – Twitter – FacebookFebruary 12, 2018 at 1:34 pm #14529Thank you for your reply,
1. I just did that, the HEADER (logo and menu on the home page) did change to the mobile size, but the rest (POST/PAGE/FOOTER/ when Menu expanded)the size of the font still remains the same. What should I do?
my URL https://wabisabi.one2. I am not too sure about the Excerpt, I manage to google the location which is on the Post Edit screen and Page Edit screen (correct me if I am wrong). I open my About page and empty the Excerpt, Save, and the caption still appears below the Title. Any solution?
https://wabisabi.one/about-2/?preview_id=251&preview_nonce=568af67206&_thumbnail_id=-1&preview=true3. Manage to get 90% of the layout, but I realize there is a comment box, how do I remove that?
February 13, 2018 at 4:22 am #14530Welcome!
1) please set other element font size by custom css:
@media (max-width: 767px){ //menu item .responsive-ux #navi a { font-size: 20px; } //page title .responsive-ux h1{ font-size: 20px; } //footer font .footer-info { font-size: 10px; } } @media (max-width: 480px){ //menu item .responsive-ux #navi a { font-size: 20px; } //page title .responsive-ux h1{ font-size: 20px; } //footer font .footer-info { font-size: 10px; } }2) How to find excerpt? https://seatheme.net/forums/topic/how-to-find-excerpt/
3) How to disable comment? https://seatheme.net/forums/topic/how-to-de-activate-the-comment/
Regards!
February 13, 2018 at 9:00 am #14538Thank you!
Now all works perfectly accept the Excerpt.
It works for the POST but it does not work for PAGE, any solution?
February 13, 2018 at 12:02 pm #145402) There is anther solution to hide excerpt: Please try to paste the custom css code to “Appearance > Customize : Additional CSS”
.title-wrap-des {display: none;}February 14, 2018 at 7:19 am #14547Perfect! It works like magic 🙂 Thank you so much for your help!
-
AuthorPosts
- You must be logged in to reply to this topic.
