Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1282334

    How can I have an image that is added in one tab of the Tabs element float right of the text? It only sits after the text.

    #1282488

    Here is the site info.

    #1282505

    Hey m,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1282511

    Sure here is a rough mockup showing the image floating to the right of the text. The text would reflow so as to not overlap or hide behind the image of course.

    #1282529

    Hi m s,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    You need to add some more HTML to make it easier to adjust.

    Best regards,
    Victoria

    #1282532

    Sure here it is.

    #1284264

    Hi m s,

    Sorry, I could not get to the issue earlier.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (min-width: 1024px) {
      #top .float-left {
            width: 55%;
          float: left;
          margin-right: 30px;
      }
    
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1284299

    Thank you. It works on the first tab only it seems. And the photo isn’t all the way to the right (in line with the right of the fist bigger image above it)

    #1284509

    Hi m s,

    Oh, I did not know you wanted it in other tabs too. Anyway, I added the class to the ul element and added the css. You can adjust the margin-right to the value that works for you.

    Best regards,
    Victoria

    #1284528

    Thank you. Where is the new code?

    • This reply was modified 3 years, 8 months ago by Sandy.
    #1284840

    Thank you for your help! This works!

    #1284905

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Float Right Image in Tabs’ is closed to new replies.