-
-
Hi, i’m not really good in creating pages (it’s my first, and don’t know html/css) and have some problems. (please about simple answers how to do it, point by point)
site https://chcialamdobrze.pl/
1. font Logo on mobile version look really bad and I can’t change this.
Don’t know how to change it only for mobile or break line to put burger menu and social media icons under logo.
2. in contact page, mobile version is visible only formular, and second section/column is not visible (is still on right, but outside of screeen of mobile phone) I think it should be on top and formular under informations
In demo mode wors fine, dont know why its not working for me.
3. Is there a possibility to make site in 2 languages?- This topic was modified 5 years, 1 month ago by zmoratattoo.
- This topic was modified 5 years, 1 month ago by zmoratattoo.
- This topic was modified 5 years, 1 month ago by zmoratattoo.
- This topic was modified 5 years, 1 month ago by zmoratattoo.
-
Hello,
1-Please go to Appearance > Customize > General > Custom Codes > Custom Css (screenshot), and add this code:
@media (max-width: 991px){ .main.header-row .c-left { order: 1; min-width: 100% !important; } .header_container .header-row-inner { flex-wrap: wrap; } .cl-h-cl_header_logo .logo_font { line-height: 1 !important; } main#main { margin-top: 90px !important; }}
Result screenshot: https://ibb.co/D5q4qhC
2-Add this css:
@media (max-width: 767px){ .page-id-109 .row.cl_row-cp-middle:not(.cl-col-tablet-full) { flex-direction: column-reverse !important; } }
Result screenshot: https://ibb.co/7kFDfdg
3-Yes, you can use the POT files (useful article) or install a translation plugin like WPML.
Best regards!
-
Hello thank you for reply, I added code and works almoust perfect ;)
Looking good, but when im touch burger menu on mobile I can’t chose first two pages Home and About, I have facebook and instagram icons on the same lavel maybe this is a reason.
Maybe move this icons higer or below burger menu? -
Hello,
Please add this css too:
@media (max-width: 991px){ .main.header-row .c-right { max-width: 90px !important; } .main.header-row .c-middle { max-width: 89px !important; margin-right: 135px !important; }}
Best regards!
-
-
Hello,
If you are satisfied with theme and support, please consider giving us 5 stars in Themeforest.
It’s very important for us.https://themeforest.net/item/folie-the-wordpress-website-builder/19946424?s_rank=5
Thank you!
-
You must be logged in to reply to this topic.