Can someone help me center object. I'm killing myself over!

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Apr 02, 2014 11:41 pm
Reply with quote
Report this post
Hi,

can some of you experts please help me center the Simple Image Gallery PRO content in table in K2.

Here is the link and I simple cant find a way to do that.
http://gorast.com/HOSTmaster/luxintegra-mk/galerija

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Thu Apr 03, 2014 6:46 am
Reply with quote
Report this post
Hi,
Do you remember this song
Strumming my pain with his fingers
Singing my life with his words
Killing me softly with his song...


You can sing
My client killing me softly with asking me about centering gallery image.


But there is only one picture, I don't see gallery?
For this object only
Code: Select all
ul#sigProIdbc32ec8cd0 {
    float: none !important;
    margin: 0 auto !important;
    width: 500px;
}


If you want for all galleries with one picture this use this:


Code: Select all
ul.singleThumbGallery {    float: none !important;
    margin: 0 auto !important;
    width: 500px;
}
User avatar
Platinum Boarder

GK User
Thu Apr 03, 2014 12:57 pm
Reply with quote
Report this post
:DDD
My client is more like this: https://www.youtube.com/watch?v=7A2IdYCkBlQ
but his needs are like this: https://www.youtube.com/watch?v=bWXazVhlyxQ

Anyway, the code you gave me, about all galleries centered its not working totally. It only centers the text under the gallery, but not the image (gallery) itself. Check the url please.

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Thu Apr 03, 2014 1:30 pm
Reply with quote
Report this post
1) But this with #sigProIdbc32ec8cd0 - worked yes?
2) Why this "Атриа Група СЕЕ" article you have inside <tabel> ?? old school method?
please delete table from html code and we talk again !
User avatar
Platinum Boarder

GK User
Thu Apr 03, 2014 1:57 pm
Reply with quote
Report this post
That should be Gallery page. So I will need THEM by themselves to enter the other galleries.
Order:

TEXT
Gallery image
Gallery name

What is the most easiest for beginners to do this other than tables?

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Thu Apr 03, 2014 5:42 pm
Reply with quote
Report this post
maybe: Two <div> with float left in each and margin between them.
User avatar
Platinum Boarder

GK User
Thu Apr 03, 2014 6:06 pm
Reply with quote
Report this post
That is the way to do it if I do the updating later, but as you know, I want to get rid of constantly being poked about updates on the site ;D
User avatar
Platinum Boarder

GK User
Fri Apr 04, 2014 6:33 pm
Reply with quote
Report this post
upsss.. about centering a image

Code: Select all
.sigProContainer.sigProElegant.singleThumbGallery {
    margin: 0 auto !important;
    padding: 0 !important;
}


in overrride.css

you had without "auto" word
User avatar
Platinum Boarder

GK User
Sat Apr 05, 2014 2:09 pm
Reply with quote
Report this post
Yeah! :D Now we are talkin' :D

Thanks,
Gorast
User avatar
Platinum Boarder


cron