Where can I edit (element.style ) in Joomla??

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
chrisvtec215
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Mon Apr 05, 2010 4:06 pm

Where can I edit (element.style ) in Joomla??

Post by chrisvtec215 » Sat Apr 24, 2010 11:38 am

Dear All

Please I need your help in finding the element.style. I need to find it to remove a border.
I can find the code with firebug but I dont know in which actual file it is.

Example here below:

element.style {
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#077B78;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:solid;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:5px;
overflow-x:auto;
overflow-y:auto;

Thanks in advance for your help
Chris

User avatar
mcsmom
Joomla! Exemplar
Joomla! Exemplar
Posts: 7897
Joined: Thu Aug 18, 2005 8:43 pm
Location: New York
Contact:

Re: Where can I edit (element.style ) in Joomla??

Post by mcsmom » Sat Apr 24, 2010 1:40 pm

Element.style is going to be very specific to a given instance and coded inline.

https://developer.mozilla.org/en/DOM/element.style
http://mootools.net/docs/core/Element/Element.Style
http://drupal.org/node/773230 (and more, apparently)

Is this border appearing in an extension? I would look there.
So we must fix our vision not merely on the negative expulsion of war, but upon the positive affirmation of peace. MLK 1964.
http://officialjoomlabook.com Get it at http://www.joomla.org/joomla-press-official-books.html Buy a book, support Joomla!.

chrisvtec215
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Mon Apr 05, 2010 4:06 pm

Re: Where can I edit (element.style ) in Joomla??

Post by chrisvtec215 » Sat Apr 24, 2010 3:08 pm

Yes in a guestbook extension Phoca Guestbook!

chrisvtec215
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Mon Apr 05, 2010 4:06 pm

Re: Where can I edit (element.style ) in Joomla??

Post by chrisvtec215 » Sat Apr 24, 2010 3:56 pm

The webpage is

http://www.clubbersevent.com/index.php? ... &Itemid=66

I need to delete the blue border before the comment and the Powered by Phoca Guestbook at the bottom!

The problem is that with firebug I can see the coding i need to change which is as follows:

FOR THE BORDER
<div style="border-left: 5px solid rgb(7, 123, 120); overflow: auto;" class="pgcontent"><p>Very Good Job!! Can't wait!</p></div>

FOR THE BOTTOM TEXT
<div style="text-align: right; color: rgb(211, 211, 211);">Powered by <a title="Phoca.cz" target="_blank" style="text-decoration: none;" href="http://www.phoca.cz" linkindex="9">Phoca</a> <a title="Phoca Guestbook" target="_blank" style="text-decoration: none;" href="http://www.phoca.cz/phocaguestbook" linkindex="10">Guestbook</a></div>

I cant find the file that I need to change! PLEASE HELP

User avatar
mcsmom
Joomla! Exemplar
Joomla! Exemplar
Posts: 7897
Joined: Thu Aug 18, 2005 8:43 pm
Location: New York
Contact:

Re: Where can I edit (element.style ) in Joomla??

Post by mcsmom » Sun Apr 25, 2010 11:04 am

I would unzip a copy of the extension locally and then search for pgcontent.

For the bottom thing ... i'm not going to undermine what they do, but I will tell you that if you look hard enough you will find it.
So we must fix our vision not merely on the negative expulsion of war, but upon the positive affirmation of peace. MLK 1964.
http://officialjoomlabook.com Get it at http://www.joomla.org/joomla-press-official-books.html Buy a book, support Joomla!.

eddief
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Jul 05, 2013 4:37 pm

Re: Where can I edit (element.style ) in Joomla??

Post by eddief » Fri Jul 05, 2013 4:46 pm

I had the same horrible issue, however searching around I found a way to solve it.
What I did was to put some sort of method in one of the css files (custom.css for ex.)

#sidebar-b
{
min-height: 300px !important;
}

if you can see I just put !important at the end of the instruction where #sidebar-b is the ID of my section, block or module. Guess this works for any property.

Hope it be usefull :)


Locked

Return to “Administration 1.5”