When you can't click Description Edit
Jonky
Registered Users Posts: 13 Big grins
Sometimes as you're implementing CSS the content inside the Gallery description gets pushed beyond the container and overflows onto where the "edit" button is.
Sometimes it flows out in such a way that you cannot click the edit button.
You can hit the edit button on the homepage gallery thing, but it is so small in there.
If you're lucky there is a div in there you can set to display:none;
Either way you will probably lose some of your work.
Sometimes it flows out in such a way that you cannot click the edit button.
You can hit the edit button on the homepage gallery thing, but it is so small in there.
If you're lucky there is a div in there you can set to display:none;
Either way you will probably lose some of your work.
0
Comments
You probably have a set height assigned to the description box so it doesn't auto expand with content.
Otherwise an unclosed div.
My Website index | My Blog
Many times when I see an 'edit' link disappear, it's from an open division.