Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #239506

    Hey Guys
    On My site here http://www.drakeeats.com at the very bottom I want to link just the box that says Click Here for Google Maps. I was able to do the Lunch and Dinner Menus in the middle of the page and it looks exactly how I want it. I did it using the color section with two images. But I can’t seem to get the formatting Correct on the bottom when I try to do the same thing. Is there an issue solution to not have the overlay link box come up over the entire image? I want just the Click Here for Google Maps to be the only link on the image? Thanks

    #239806

    Hey Guys
    I didn’t hear anything back on this I started. Any ideas?

    #239814

    Hi!

    The difference is that this image has a lot of white space around it, that’s why the whole slide is getting linked:
    http://www.drakeeats.com/wp-content/uploads/2014/03/OurLocationText3.png

    It should be like the first ones:
    http://www.drakeeats.com/wp-content/uploads/2014/03/dinnermenubox2.png

    Regards,
    Josue

    #239815

    hey josue
    i tried to do the same thing, but its shrinking down the image or not placing the image exactly where I want it to go. any way around that?

    #239818

    Hey!

    There may be a way to tweak the position using CSS, put the map image cropped and reply back to this topic.

    Regards,
    Josue

    #239820

    hey Josue
    Ok I am now using a color section and the Location Graphic is a transparent PNG. as you can see the BGD image is now thinner and the PNG is over closer to the center now. Any help would be awesome!

    #239837

    Great, now try using CSS to change its position, for example this will push it 300px to the left:

    .home .avia-builder-el-15 {
        position: relative;
        left: 300px;
    }
    

    Regards,
    Josue

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