Home › Forums › All Other Themes › Adventure Pro mobile version problems
- This topic has 3 replies, 2 voices, and was last updated 5 years, 3 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
June 5, 2018 at 2:18 pm #102208
Hi,
I’m having some trouble with the mobile version of my site: http://klaasparlimang.erpmusic.com/enFirst:
https://imgur.com/a/bM9bD5y
The logo seems to be squeezed in the mobile version. Also, how can I get rid of the MENU icon with three lines?Second:
https://imgur.com/a/Y2BkpyP
The promobox2 buttons are off. How could I center them in the mobile version?Third:
https://imgur.com/a/QqrIbWP
The festival newsletter input box is too long in the mobile version.. how could I fix it?Fourth:
How could I have a different homepage for mobile version?I know it’s a alot of questions.. but I’d really appreciate the help.
THanks in advancec
June 6, 2018 at 8:12 am #102227Hi,
Kindly go to Appearance » Theme Options » Basic Settings » Custom CSS and paste below code there:
@media (max-width: 1023px){ .header .logo img { margin-bottom: 15px !important; height: auto !important; } .header #simple-menu { display: none; } }
Regards,
ShriJune 8, 2018 at 2:46 pm #102375Thanks,
This fixes the menu symbol and the logo problems. I’m grateful.But the other things – promobox2 buttons location and newsletter input box lenght? And how could I set a different homepage for mobile devices? I’d really appreciate if you could help me out with those too 🙂
Greets and sunshine,
J.June 11, 2018 at 11:22 am #102452@media screen and (max-width:479px) { .squarebox { min-height:150px;} .view-all-btn { margin-top: 0 !important; margin-right: 0 !important; text-align: center !important;} .home_section3_content .sktmore { padding: 17px 30px !important; margin: auto !important; display: table; float: none;} .newsletter-form input[type="submit"] { right:28px;} .newsletter-form input[type="email"] { width:92% !important;} }
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.