Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #494031

    Hi, on the side bar on this About Us page i have added a text widget to make the images clickable, but when i hover over the Facebook or twitter image, the Twitter image shoots down and goes underneath the Facebook image. I would like the images to stay side by side. is there any html or css code that i can add that will stop this from happening. Thanks
    http://www.sportingads.eu/about-us/

    #494292

    Hi codecreative!

    Add them in 1/2 columns. You can enable the debug view, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to copy the code and paste it into a text widget.

    Cheers!
    Elliott

    #494327

    Hi Elliot, this didnt work, it made the two pictures move directly underneath eachother without hovering over them (straight from page load). then it made the products image underneath move around when hovered on. any other suggestions? (ive removed the 1/2 container code as the site is currently live)
    thanks

    #494871

    Hey!

    Well if you give them a class you could use some CSS like this.

    .yourClass { width: 49% !important; float: left !important; }
    

    Regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.