COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
CSS Promblem
- Ahmad Batebi
- Topic Author
- Offline
- Senior Member
- Journalist
Less
More
10 years 5 months ago #138798
by Ahmad Batebi
CSS Promblem was created by Ahmad Batebi
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 5 months ago #138799
by Krikor Boghossian
This will do the trick. You can increase/decrease if you want to.
As always paste it in your custom.css.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic CSS Promblem
.fullWidth { padding: 20px; }
This will do the trick. You can increase/decrease if you want to.
As always paste it in your custom.css.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
- Topic Author
- Offline
- Senior Member
- Journalist
10 years 5 months ago #138800
by Ahmad Batebi
Replied by Ahmad Batebi on topic CSS Promblem
Hi Krikor
Thank you, but this code does not work. You can see the links.
Thank you, but this code does not work. You can see the links.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 5 months ago #138801
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic CSS Promblem
I cannot seem to find the snippet in lucdream.com/radiotest/templates/radiowave/css/custom.css.
Try pasting it again.
Try pasting it again.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
- Topic Author
- Offline
- Senior Member
- Journalist
10 years 5 months ago #138802
by Ahmad Batebi
Replied by Ahmad Batebi on topic CSS Promblem
HI Krikor
Yes, It works. That was my mistake. Sorry
I have to more question.
1- How can I use capital letters in menu.
2- As you se, the menu of jomsocial component in the site is not full. I have just half of the menu. do you have any solution for that? ( link )
Thank you for respond.
Yes, It works. That was my mistake. Sorry
I have to more question.
1- How can I use capital letters in menu.
2- As you se, the menu of jomsocial component in the site is not full. I have just half of the menu. do you have any solution for that? ( link )
Thank you for respond.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 5 months ago #138803
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic CSS Promblem
In general text-transform: uppercase will force capitals in a CSS class or id.
I will need credentials to access that link you sent me,
I will need credentials to access that link you sent me,
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
- Topic Author
- Offline
- Senior Member
- Journalist
10 years 5 months ago #138804
by Ahmad Batebi
Replied by Ahmad Batebi on topic CSS Promblem
I do not understand the point of first answer. what should I do exactly
User : demo
Pass: demo
User : demo
Pass: demo
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 5 months ago #138805
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic CSS Promblem
This is a visual issue unrelated to the template.
This will fix it.
What I meant is you can add that to a css class and force capitalisation. eg:
#community-wrap .js-toolbar .navbar-inner { min-height: 40px; }
This will fix it.
What I meant is you can add that to a css class and force capitalisation. eg:
#community-wrap .js-toolbar .navbar-inner { text-transform: uppercase; }
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Ahmad Batebi
- Topic Author
- Offline
- Senior Member
- Journalist
10 years 5 months ago #138806
by Ahmad Batebi
Replied by Ahmad Batebi on topic CSS Promblem
Thank you for solution. but my purpose was joomla template ( radio Wave ). I can use capital letters in menu.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 5 months ago #138807
by Krikor Boghossian
This will capitalise ONLY the first menu level.
This will capitalise the ENTIRE menu.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic CSS Promblem
.mainNav ul.menu > li > a { text-transform: uppercase; }
This will capitalise ONLY the first menu level.
.mainNav ul.menu li a { text-transform: uppercase; }
This will capitalise the ENTIRE menu.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.