Jump to content
thirty bees forum

Question

Posted

One thing annoys me. I have added some CSS to the cms.css to better control the layout. Today when I looked at one page I saw that the layout was totally wrong. When I checked in firebug I saw that a CSS file from a module I installed yesterday somehow changed the CSS values. Is it bad programming somewhere or something I have to live with

19 answers to this question

Recommended Posts

  • 0
Posted

Its css for th, th and somehow that comes in many places. Its also in global.css but that does nott affect the same css in cms.css

  • 0
Posted

I make an id for the cells but still it take other css I have no clue why. But I will use important now and see if is read the correct css

  • 0
Posted

This is just not possible. The td in my cms page still take css from global.css Even when each cell has an ID, Just to test I used !important but no change

  • 0
Posted

@Havouza you know that each page set its name as id for the body.

So basically if you want something for a specific page you can use something like:

cms td {something}

category td {something else}

  • 0
Posted

in global.css

Lines 3482-3483 should be: border-bottom-left-radius: 20px; border-top-left-radius: 20px;

Lines 3497-3498 should be: border-bottom-right-radius: 20px; border-top-right-radius: 20px;

  • 0
Posted

These lines in global.css are already set correct so value come from some other place. Well sort it out tomorrow. The cms is solved at least

  • 0
Posted

@wakabayashi it was solved my setting some specific "id" on the css rules for the cms page in global.css. BUT today I will reinstall the module that was where it took the css values from in the first place and see what happens. So I keep the thread unsolved until I have done that

  • 0
Posted

Well the module installed and uninstalled again. The influence on the cms stopped, also probably because I changed some table to divs. But it also affects the search box, it seems to be settings for before and after that is read from the module CSS so now the module is deleted for now. The interesting thing is that it has an influence on my other site where I have a bought theme. That theme has a very much cleaned up CSS so that is perhaps the reason. Well I mark it as solved because I know the reason

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...