Mobile View + Icon
5 years 7 months ago - 5 years 7 months ago #51947
by vocmm
Mobile View + Icon was created by vocmm
Hello
on our Mobile view on free version there is a + Icon for sub menu which is on Right. I would like to move it to Left. how can I do it?
our Site is RTL and the + Ion for sub menu is on the title. there is a CSS code which I need to change! instead of right: 5px; I must change it to left: 5px;. is there any way to do it???
.mobilemenuck-togglericon::after {
cursor: pointer;
display: block;
right: 5px;
top: 0;
content: "+";
position: absolute;
}
on our Mobile view on free version there is a + Icon for sub menu which is on Right. I would like to move it to Left. how can I do it?
our Site is RTL and the + Ion for sub menu is on the title. there is a CSS code which I need to change! instead of right: 5px; I must change it to left: 5px;. is there any way to do it???
.mobilemenuck-togglericon::after {
cursor: pointer;
display: block;
right: 5px;
top: 0;
content: "+";
position: absolute;
}
Last edit: 5 years 7 months ago by vocmm.
Please Log in or Create an account to join the conversation.
5 years 7 months ago #51948
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile View + Icon
Hi
you can put a css code in your template to force this like you explained with the CSS code
try that
CEd
you can put a css code in your template to force this like you explained with the CSS code
Code:
.mobilemenuck-togglericon::after {
left: 5px;
right: auto !important;
}
try that
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
5 years 7 months ago #51979
by vocmm
Replied by vocmm on topic Mobile View + Icon
I have tried that and it didn't work.
Please Log in or Create an account to join the conversation.
5 years 7 months ago #51985
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile View + Icon
please give me your url to check
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
5 years 7 months ago #52021
by vocmm
Replied by vocmm on topic Mobile View + Icon
Please Log in or Create an account to join the conversation.
5 years 7 months ago #52029
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Mobile View + Icon
because the rule is not the correct one, try this :
Code:
div.mobilemenuck-bar-button {
left: 0px;
right: auto !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds