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

    I am trying to insert two images onto the home page on the bottom right hand side but I want them small as they are logos When I use the layout elements to place the items the images are too large and I also want them to be the same size. I have tried to insert them into a footer using an image widget but I can’t get them to align in one line. I don’t have access to the PHP so I am doing this purely through widgets and the Enfold Theme. Is there any way to:
    1) Insert images onto a page and set their dimensions?
    2) Insert images into the bottom of the website in the bar that contains the Copyright information
    3) Insert images into the footer but have them next to each other and not on top
    Without amending the php files if this is at all possible.

    Many thanks

    #413256

    Hi JennyIdentify!

    1. If you use our image element you can select a custom thumbnail to use and also nest the image inside our columns to change their size. You can also use HTML to display an image in a codeblock element like so.

    <img src = "#" style = "width: 100px; height: 100px;" />
    

    2. You could try using HTML in that field as seen above.

    3. You would have to float the images left like so.

    <img src = "#" style = "float: left; margin-right: 10px;" />
    

    Cheers!
    Elliott

    #413557

    Advice has been brilliant and I have managed to get 1 and 3 to work however:
    2) How/Where do I insert the code for the bar that contains the Copyright information? I can access the Copyright information via Theme Options – Footer but I don’t know where I input the code? Apologies for asking for an idiot proof explanation!

    #414858

    Hey!

    Your just trying to add some HTML to the copyright field correct? Navigate to Dashboard > Enfold > Footer and you’ll see the copyright input field.

    Add this inside it and save.

    &copy; - 2015 [nolink] <a href = "#">click me</a>
    

    And then change it to whatever you need.

    Best regards,
    Elliott

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