Quote:
Originally Posted by dimitrisgr
please where can i find this setting?
|
This may not be a setting you can access, it depends on your style.
Add this to Additional CSS:
PHP Code:
#eti-ket_sinir {
width: 100% !important;
}
That will make the division id (in CSS, # = the div id
while . = the div class) width 100%, adjust that value to change the width.
You can always overwrite CSS, unless it's pulled from a third-party file that you can't modify, and even then overwrites typically work, there are a few instances where you can't overwrite CSS based on how it's called (or when during site load).