order of elements in the position of the top banner

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
Sun Aug 21, 2016 12:13 am
Reply with quote
Report this post
hi,

I need the elements and images that stay put banner ordered in the top position

as they fall down and not to the side

url: http://www.nicoleide.cl/

Image


should be

Image

thanks!
User avatar
Platinum Boarder

teitbite
Wed Aug 24, 2016 9:58 am
Reply with quote
Report this post
Hi

I'm looking at Your site and looks like You've managed to do it somehow.All I can add to make it more similar to Your image is by adding this to override.css:

Code: Select all
#gkBannerTop table {
    margin-top: 35px;
}

#gkBannerTop tbody tr td {
    border-bottom: medium none;
    padding: 2px;
}
User avatar
Moderator

GK User
Thu Aug 25, 2016 7:58 pm
Reply with quote
Report this post
yes, I got it with a display flex

display: flex;

only in the case of social networks icons I placed a table and I wish it were not

thanks!
User avatar
Platinum Boarder

teitbite
Sat Aug 27, 2016 1:52 pm
Reply with quote
Report this post
Hi

Tables aren't that bad if they are small enough, but I'm not sure about "flex". It's relatively new feature and some older browsers will not recognise that. Anyway I think that websites cannot be drag down by old technologies, so using newer features should be practice as much as possible.
User avatar
Moderator


cron