• Resolved dkchi2010

    (@dkchi2010)


    No matter what I do in this customized theme, I cannot get images to align left, center, and right. I’ve looked through all the code, and still. Any help wold be greatly appreciated.

    The RSVP and More Info buttons on the following page are perfect examples:
    http://www.snowcityarts.org

    On the next page, the image at the bottom had to be created to get the three pics aligned properly:
    http://www.snowcityarts.org/get-involved

    Thanks for any and all help

Viewing 6 replies - 1 through 6 (of 6 total)
  • With reference to the front page there are several issues here:-

    1. The big GalaFilmEvents image is pushing the other elements in the p block so that they overflow the div and are therefore wrapping onto the next line, which is why you are having difficulting aligning them.

    2. The more info image and RSVP button are in the same <p> element as each other, but a different <p> element to the other RSVP button. If you want all the buttons to line up I would suggest that they all need to be in the same block element (a p or div element) and the GalaFilm Events image needs to be in a different block level element.

    3. You will then need to apply css to the block level element containing the buttons to display them in line and then float the buttons (not the containing element) to the left or right.

    If you need to have the buttons centered then there are other css tricks you can do to achieve this.

    Hope this helps

    Thread Starter dkchi2010

    (@dkchi2010)

    Thank you. One question though, why is it when I “add media” on a page, any page, and center or right align, it doesn’t do it, even if there is only one graphic?

    Are you saying I need to hard code every image I upload into this customized theme (that I didn’t customize, btw)?

    Thanks again
    dk

    Hardcoding each image would not help, and may cause other problems. To me it looks like the structure of the page needs to change to accomodate the image and still keep your buttons in the right place.

    But I can see you have fixed the issue now anyway :-).

    Thread Starter dkchi2010

    (@dkchi2010)

    I’m back. Issue hasn’t been solved. New page, same issue.

    http://www.snowcityarts.org/get-involved

    Media added and aligned center but not showing center.

    Thanks for your time and any help would be greatly appreciated. Not sure what you mean by restructuring the page.
    dk

    Is this still a problem? In truth other than what I have said above there is not much more help I can give, sorry 🙁

    My advice would be to speak with the person who customised the template or ask for paid help from a WordPress template designer.

    Thread Starter dkchi2010

    (@dkchi2010)

    Not necessarily resolved, just working around.
    Thanks
    dk

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Customized theme, images not positioning’ is closed to new replies.