• Hello

    Im trying to want to have my main background image on my site:

    http://redvivid.com/client-wp/ to be full in width.. can anyone help me where in the back end i can make changes?

    also is there a way to MAP and link the texts in my images for Australia and International?

    ty! sorry iv looked in css but not sure where

    ty!

Viewing 1 replies (of 1 total)
  • Andrew

    (@andrewlindner1)

    I would say:
    Give the image a class, target it in your stylesheet.
    Then make the width of the image 100%.
    You may want to center it also.
    Example:

    img.your_class {
    width: 100%;
    margin: 0 auto;
    }

    note: make sure there are no containing elements that will restrict the image from stretching across the browser window.

    Also to work with actual content on the home page will make the site more easily indexed by search engines, via the search engines actually being able to read the content and your keywords.
    You could use the image as a background and place the text divs that could be positioned using javascript or css. Just a suggestion.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Change background image width on homepage – asteria lite theme help’ is closed to new replies.