Keyword
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.

CSS Promblem

  • Ahmad Batebi
  • Ahmad Batebi's Avatar Topic Author
  • Offline
  • Senior Member
  • Journalist
More
10 years 5 months ago #138798 by Ahmad Batebi
CSS Promblem was created by Ahmad Batebi
Hi
Thank you for good support.
I have a problem in content page. When I deactivate the Right side module, All contents moving exactly left and right side of page, with out any margin. like you see in picture. you can see that in this and this link . How can I fix it?
Thank you for respond.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 5 months ago #138799 by Krikor Boghossian
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
  • Ahmad Batebi's Avatar Topic Author
  • Offline
  • Senior Member
  • Journalist
More
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.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 5 months ago #138801 by Krikor Boghossian
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.

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
  • Ahmad Batebi's Avatar Topic Author
  • Offline
  • Senior Member
  • Journalist
More
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.

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 5 months ago #138803 by Krikor Boghossian
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,

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
  • Ahmad Batebi's Avatar Topic Author
  • Offline
  • Senior Member
  • Journalist
More
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

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 5 months ago #138805 by Krikor Boghossian
Replied by Krikor Boghossian on topic CSS Promblem
This is a visual issue unrelated to the template.
#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
  • Ahmad Batebi's Avatar Topic Author
  • Offline
  • Senior Member
  • Journalist
More
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
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 5 months ago #138807 by Krikor Boghossian
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.


Powered by Kunena Forum