End of Support for Joomla 3 - Forum closed
RTL Problem
Hi,
I try to use template in RTL mode and menus are under articles.
here is the link:
learnstudio.ir/hello/
I try to use template in RTL mode and menus are under articles.
here is the link:
learnstudio.ir/hello/
by farzalid
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Hi there,
please add this code to your css/custom.css
BTW, this theme need some css cutomizing to be the right one for RTL language.
please add this code to your css/custom.css
#jp-right {
margin-right: 240px !important;
margin-left:0 !important;
}
.uk-dropdown-navbar {
right: 240px;
}
BTW, this theme need some css cutomizing to be the right one for RTL language.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:7 years 11 months ago
by joomlaplates
Last edit: 7 years 11 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Hi,
I add the codes in custom.css file in css folder but not fixed yet.
I add the codes in custom.css file in css folder but not fixed yet.
by farzalid
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
When a site is on development you have to disable all compression and cache tools!!
Please clean your cache and try it again
Please clean your cache and try it again
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:7 years 11 months ago
by joomlaplates
Last edit: 7 years 11 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Hi,
If you look at the site the main part of website is under the menu.
Check the live site at : learnstudio.ir/hello/
I use the clean cache tools too.
If you look at the site the main part of website is under the menu.
Check the live site at : learnstudio.ir/hello/
I use the clean cache tools too.
by farzalid
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8841
- Thank you received: 1736
Hi there,
as I told you before, please disable the compression.
See image attached > Always compressed css files and scripts!
And then please add the code below to your css/custom.css
www.joomlaplates.com/support/documentation/custom-css-in-joomla
as I told you before, please disable the compression.
See image attached > Always compressed css files and scripts!
Attachment compressd.jpg not found
And then please add the code below to your css/custom.css
www.joomlaplates.com/support/documentation/custom-css-in-joomla
#jp-right {
margin-right: 240px !important;
margin-left:0 !important;
}
.uk-dropdown-navbar {
right: 240px;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:7 years 11 months ago
by joomlaplates
Attachments:
Last edit: 7 years 11 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates