content layout problem with tables

AppSite - Professional Business Template for Joomla support forum.
GK User
Tue Oct 22, 2013 6:28 pm
hi, i have a problem with contents; when i insert a table and i put inside pictures is not possible to set them to the center of the tale, i tried to use a css override that i had writing in the fourm but it works not aniway

the scripts are:
.articleContent img, .feed-item-description img { float:none; }

and:
.gkArticleContent td {
vertical-align:top !important;
}

but i continue to see the pictures inside the table not at the center

ScreenHunter_02 Oct. 22 19.25.jpg
User avatar
Gold Boarder

GK User
Tue Oct 22, 2013 7:23 pm
Could You please post an url to your site (exact place, where table resists)?
User avatar
Moderator

GK User
Tue Oct 22, 2013 10:35 pm
hi, i send u the admin credential because the website is offline now

tnx
User avatar
Gold Boarder

GK User
Thu Oct 24, 2013 2:02 pm
I sent u a pvt message with admin credentials because the website was offline.. now is published and the page where u can see the content is the following

http://www.coraleabbatini.it/elisir-d-amore.html

as i told you in pvt message the problem is that i can't put the picture in the center of the table
i used this two css override scritp but they worke not

the scripts are:
.articleContent img, .feed-item-description img { float:none; }

and:
.gkArticleContent td {
vertical-align:top !important;
}

About tables i have anather question: how can i delete the effect that make change color of the rows in tables when i put the mouse over it?.. i wont it changes color

tnx
User avatar
Gold Boarder

GK User
Thu Oct 24, 2013 3:49 pm
Please edit: /templates/gk_appphone/css/override.css and add at its end:
Code: Select all
.articleContent img, .feed-item-description img {
float: none;
display: inline;
}
div.articleContent table td {text-align: center;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Oct 24, 2013 11:16 pm
yes it works

i asked also, if u can help me, to disable the "over" effect that changes color of the table when i put inside the mouse.
User avatar
Gold Boarder

GK User
Sat Oct 26, 2013 1:14 pm
Ok, somehow I didn't see the other question...
Again add to override.css:
Code: Select all
table tr:hover {
background: none;
}
User avatar
Moderator

GK User
Sun Oct 27, 2013 10:01 am
tnx so much!
User avatar
Gold Boarder

GK User
Mon Oct 28, 2013 4:44 pm
No problem. I'm glad I could help :)
User avatar
Moderator


cron