Forum Replies Created
-
AuthorPosts
-
HI,
Thank for the faster assistance.
I resolved the issue in a simple way. Putting the div´s in the same textblock element.
THANK YOU
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Yigit,
Thanks for the fast attendance. But I resolved this issue just blocking the javascript effect in mobile devices.
Follows the code for someone with similar issue:
@media only screen and (max-width: 479px) {
.responsive.js_active .av-minimum-height .container {
opacity: 1;
}
}Observation:
This problem occur only IF the model is: BLANK – NO HEADER, NO FOOTERThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi,
You are right. Just used the “min-width: 100px” and the issue was resolved.
THANKS
Hi,
Now is perfect!
Thank you.
This reply has been marked as private.This reply has been marked as private.Hi,
Thanks. Now the buttons are in the same line.
But I having a different strange problem. The different icons inside the buttons are affecting the total dimensions resulting in some misalignment!
How can I overlap thi problem?
This reply has been marked as private.This reply has been marked as private.Hi,
The code works in some aspects. But I unable to change the height. I used this code:
#top #searchform>div {
max-width: 600px !important;
max-height: 400px !important;
}Any suggestion?
THANKS
This reply has been marked as private.Hi,
The B topic was resolved with:
.responsive #top a:hover, a:focus, a:visited {
outline: 0;
text-decoration: none;
}
But the A problems remain.
THANKS
Hi,
Thanks.
I just add the code: .avia-button and issue resolved.
Thanks
Hi,
Thanks. I did some changes because the relative value is not accept in android dispositives changing the same for absolute and with little customizations. The code was something like that:
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #header .social_bookmarks {
position: absolute;
left: -55px;
width: 50%;
}.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
width: 100%;
position: absolute;
right: -59px;
top: 0px !important;
}.responsive #menu-item-6214 a {
position: relative !important;
top: 0px !important;
}}
THANK YOU. GOOD JOB!Hi,
Thanks. But not work.
There is a little overlap and now the links in secondary menu not working too.
I left the code to be possible to see the result.
Thanks
Hi,
I tried some variations but was not successful, do you have any idea?
This reply has been marked as private.Hi,
Thanks for the fast answer. The problem of same line was resolved, the two menus are in the same line.
But are overlapped. I tried some changes in the code using something like that:
@media only screen and (max-width: 767px) {
.social_bookmarks {
position: absolute;
left: -100px;
}.responsive #header {
position: absolute;
left: 100px;
}.responsive #header .sub_menu.sub_menu>ul {
position: relative;
right: 0;
}
}But no changes in the position of secondary menu. I tring to put the social icons in the left side and the secondary menu in the right side of course that both in the same line.
Have you any suggestions?
Thanks
Hi Ismael
Now is working perfectly. :-)
Thank You !
This reply has been marked as private.Hi Guys,
Do you have any suggestion about resize the button in layerslider?
The login and password are working normally.
Thanks
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts