AgentPress – Welcome Section Formating Help

Community Forums Forums Design Tips and Tricks AgentPress – Welcome Section Formating Help

This topic is: resolved

This topic contains 4 replies, has 2 voices, and was last updated by  jmalisos 3 months, 2 weeks ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23811

    jmalisos
    Participant
    Post count: 12

    I am trying to insert an image using html via the text widget. The demo shows a 914 x 150 pixel image. I tried that, but the image would not cover the entire space. The code I am using is as follows:

    <img src=”http://truefloridianrealty.com/wp-content/uploads/2013/03/downtown-delray.jpg” alt=”alt text” style=”border:none; float: center;” /></a>

    Please let me know what I am doing wrong and what specific changes I need to make. Thanks!

    Website: http://truefloridianrealty.com/

    #24022

    Charlie
    Participant
    Post count: 111

    Your image isn’t quite the right size: it’s 900 x 238. The image in the demo is 914 x 150.

    #24140

    jmalisos
    Participant
    Post count: 12

    Thank you for your response. I uploaded the demo pic (914 x 150) to the welcome section and it’s still not fitting. Any suggestions?

    #24144

    Charlie
    Participant
    Post count: 111

    There’s a problem with your CSS. On line 682 of your style.css

    Change

    .welcome .wrap {
        border: 3px solid #FFFFFF;
        overflow: hidden;
        padding: 20px;
    }

    to

    .welcome .wrap {
    border: 3px solid #FFFFFF;
    overflow: hidden;
    padding: 0px;
    }
    #24225

    jmalisos
    Participant
    Post count: 12

    This reply has been marked as private.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.