Weird Movement in Template Manager

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue Oct 23, 2012 10:26 pm
When editing the style area in the template manager, why does this section keep bouncing around and how can I stop it from happening? Sometimes it makes it hard to select something in a drop down.

Here's a video showing what I mean: http://www.youtube.com/watch?v=QmSd9E3YYLg
User avatar
Senior Boarder

teitbite
Wed Oct 24, 2012 1:34 am
Hi

Looks like screen resolution is not allowing to show all content and it's resizing when mouse is over. I have the same when I resize the browser. Please edit: /templates/[template_name]/admin/style.css and add this at the end:

Code: Select all
.width-40 > div {
    margin-left: 0 !important;
    width: auto !important;
}
User avatar
Moderator

GK User
Wed Oct 24, 2012 5:11 pm
Thanks, that works for the most part. It did squish a few boxes were I can't read some text but I can live with that :) Thanks.
User avatar
Senior Boarder

teitbite
Thu Oct 25, 2012 11:32 am
Hi

Like I've said. This is only affecting smaller screens, so if You want to see in not moving You can resize the browser window just for the time while You are configuring it. In FF the shortcut is CTRL -
User avatar
Moderator


cron