Forum Replies Created
-
Hello,
I added this code into your custom css box:
/*page titles in mobile*/ @media (max-width:480px){ .header_page.normal h1 { width: 100% !important; line-height: 21px; padding-top: 15px; font-size: 15px !important; } } /*page titles in ipad*/ @media (max-width:979px){ .header_page .page_parents { width: 40% !important; margin-top: -30px !important; } .header_page.normal h1 { width: 60% !important; line-height: 23px; font-size: 19px !important; padding-top: 10px !important; }}It is responsible for titles in mobile mode. This is the result, screenshot.
Best regards!
in reply to: Sloppy on iPadHello,
Please add this code into your custom css box:
.top_wrapper { min-width: 1100px; }Let us know.
Best regards!
in reply to: Problems with display of website on mobile devicesHello,
Please send us your site’s credentials in a private reply. I will fix it for you.
Best regards!
in reply to: Overwrite the default layoutHello,
Yes, this feature is available only for pages. I can not tell just yet, by certain when will the next update released. You will get notified for it via email.
Best regards!
in reply to: Settings erased when updating from front end editorHello,
Sorry for the inconvenience.
I have notified the developer team. We will fix this in the next update. In the mean time, please update theme from backend.
Thank you for the patience!Best regards!
in reply to: Slider: Gallery Carousel not working in IE and FFHello,
Sorry for the late reply.
Please send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Change Speed of Testimonial CarouselHello,
Please go to ‘Testimonials (Carousel)’ elements settings and change duration here. Screenshot.
Best regards!
in reply to: Testimonial Carousel SpeedHello,
Sorry for the late reply.
Glad you found it. If you need further information please refer to this article.Best regards!
in reply to: Visual Editor – MisalignmentHello,
When do you have these misalignments? After what action? I did a test in a test page in your site. I added, deleted, edited elements in it, but i didn’t get the misalignment issue not once.
Let us know.Best regards!
in reply to: Visual Composer-service small iconsHello,
What version of theme do you have? What Visual Composer version? Please make sure to have the latest versions for both, if the issue persists send us your site’s wp credentials in a private reply. So we can give a closer look.
Best regards!
in reply to: Removing Featured ImageHello,
Please add this code into your custom css box:
.blog-article.standard-style .media { display: none; }Best regards!
in reply to: Window resize effectHello,
Sorry for the late reply.
I did re-sized your site several times, but i did not get any issue. Did you fix your issue? Can you please send a screenshot? So we can understand you better.Best regards!
in reply to: O comments not translateHello,
This is strange. Can you please post your ftp and wp credentials in a private reply? So we can give it a closer look.
Best regards!
in reply to: BBpress User Profile PagesHello,
Thanks for the feedback.
BBpress is not yet included in theme package. We will provide support as soon as it’s included.Best regards!
in reply to: long title of the pageHello,
You can edit it with some css. Add this code into your custom css box:
.header_page h1 { padding-top: 12px; width: 50%; font-size: 17px; line-height: 24px; } .breadcrumbss.normal .page_parents li:last-child { width: 50%;} .breadcrumbss.normal .page_parents { width: 79%; float: right; }If this won’t do, send us your site’s url so we can give a more specific code.
Best regards!