5 replies
  • WEB DESIGN
  • |
Hello Everybody, I'm building my site through wordpress, and I'm having a little trouble with setting a picture to be in the center of the page versus to the side of the page, also is there any way to make to the font any bigger? Really stuck on this...:confused::confused:
  • Profile picture of the author momtraders
    Hi Andrea, what theme are you using?
    Picture properties are inside the media options of each image. As for the text on the site, it might need to be changed via css, or, if you theme offers the option for customizations.
    {{ DiscussionBoard.errors[8366300].message }}
  • Profile picture of the author aronprins
    Originally Posted by Andrea8621 View Post

    Hello Everybody, I'm building my site through wordpress, and I'm having a little trouble with setting a picture to be in the center of the page versus to the side of the page, also is there any way to make to the font any bigger? Really stuck on this...:confused::confused:
    Hey Andrea,

    Wrap the content with the following tags.

    HTML Code:
    <div align="center">Put your image here...</div>
    Hope this helps!
    Cheers,
    Aron Prins
    {{ DiscussionBoard.errors[8367154].message }}
    • Profile picture of the author RobinInTexas
      Originally Posted by aronprins View Post

      Hey Andrea,

      Wrap the content with the following tags.

      HTML Code:
      <div align="center">Put your image here...</div>
      Hope this helps!
      Cheers,
      Aron Prins

      The align attribute of <div> is deprecated since HTML 4.01.

      You need to use css if you want to do it properly.

      As mentioned by another poster Picture properties are inside the media options of each image. You can align the image using the visual editor in wordpress.

      For more editing control try WordPress › TinyMCE Advanced « WordPress Plugins
      Signature

      Robin



      ...Even if you're on the right track, you'll get run over if you just set there.
      {{ DiscussionBoard.errors[8369388].message }}
  • Profile picture of the author Istvan Horvath
    Originally Posted by Andrea8621 View Post

    Hello Everybody, I'm building my site through wordpress, and I'm having a little trouble with setting a picture to be in the center of the page versus to the side of the page, also is there any way to make to the font any bigger? Really stuck on this...:confused::confused:
    And we are having a "little trouble" with people who ask for help without giving information that is normally required to be able to help.

    Even if you don't want to reveal your site's URL... at least give:
    - name and source of your theme
    - describe the steps you were doing that didn't give the desired result
    - your steps of troubleshooting (e.g. asking help at the theme author's site, asking help at wordpress.org)
    Signature

    {{ DiscussionBoard.errors[8367966].message }}
  • Profile picture of the author EzeadMedia
    This works and allows you to place the image anywhere you want on the page with title underneath

    <div class="cntr"
    style="float: right; position: relative; left: -48%; text-align: center; white-space: nowrap; font-size: 30px;"><img src="http://cdn.warriorforum.com/images/site_01.gif"><br>This is a test headline
    </div>

    adjust right to left position by adjusting the % value.

    adjust font size by increasing or decreasing the value

    This also works for any element that you want to position horizontally on a page.

    It works in all browsers and even IE10.
    {{ DiscussionBoard.errors[8369512].message }}

Trending Topics