Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #605823

    Hi everybody,

    thanks in advance for helping me

    i post some image to explain myself better

    <img src="<img src=”http://i63.tinypic.com/dxoh21.jpg&#8221; border=”0″ alt=”Image and video hosting by TinyPic” />” alt=”” />

    i would like to have 4 columns , but the first 2 columns have to share the same title and i would like it was centered on the elements of the 2 columns…

    otherwise the second possibility is:

    <img src="<img src=”http://i65.tinypic.com/1rsrjs.jpg&#8221; border=”0″ alt=”Image and video hosting by TinyPic” />” alt=”” />

    have a footer with 3 columns. i would like the first column had central title and elements were aligned one next to the other and not just on below one each other

    is it possible?

    thanks too much

    #605830

    first image

    second image

    #606210

    Hey!

    can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.

    Cheers!
    Andy

    #606246

    Hi Andy , of course.

    Let me know please as soon as you can what i can do

    Thanks

    #606250

    Hey!

    You forgot the link to the site.

    Cheers!
    Josue

    #606262

    ahahahah, you are right sorry

    i put it in private contenent

    thanks

    #606274

    I don’t quite understand what you’re trying to achieve here, Widgets can not share a same title dynamically, it needs to be set manually in each one. Also in your footer there are 4 columns, do you want to have more than that?

    #606289

    Hi josue.

    I can’t explain better sorry. So you are telling me that it’s not possible have a shared and centered title between 2 columns, and it is not possible to have 1 big column with centered titile and elements of this columns one next to the other instead one below the other as well. Did i understand right what you told me?

    #606303

    If you could create a mockup of what you want using your current footer as a base that would be helpful.

    Best regards,
    Josue

    #606304

    Well,

    down below a screenshot. I’d like i have my 4 columns and put the title that is indicated by arrow where there is X….

    is it possible?

    #606310

    Hey!

    Try adding this code to the Quick CSS:

    #footer .flex_column.first .widgettitle {
        position: relative;
        left: 110px;
        top: -10px;
    }
    
    #footer .widget {
        overflow: visible;
    }

    Cheers! 
    Josue

    #606316

    JOSUE…. TOP

    YOU HAVE SOLVED MY ISSUE. THAT’S IT. IT WAS EXACTLY WHAT I WANTED.

    THANK YOU VERY MUCH

    P.S. HOW CAN I PUT IT AT THE SAME LEVEL AS THE OTHER TWO?

    #606320

    I’ve done by myself JOSUE…. i tried and i did it

    thanks you so much again

    you are top level :-)

    #606321

    Problem is the other 4 block do have titles (each one).

    #606322

    no the other two columns have to be as they are

    it’s perfect like this JOSUE

    #606325

    i was interested just to have only 1 centered title for the first column, the other two are ok like they are

    GREAT JOB JOSUE

    #606328

    OK i guess we’re done here, i’ll close the ticket now, if need anything else feel free to open a new one.

    Cheers!
    Josue

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘footer columns and titles issue’ is closed to new replies.