0
Welcome Guest! Login
0 items Join Now

Resizing from computer to Mobile Question

  • Resizing from computer to Mobile Question

    Posted 11 years 3 months ago
    • On the Leviathan Templet with layout mode set are they a way to make the logo bigger and it still fit on a mobile phone? I have it working now but i think the image is to small for mail page? can someone help?
      Rebuilding this site take a look.

      www.dev.dsgcentral.com

      changing servers having to rebuild this one cause it was my main site domain have two others to work on after but its a learning experience.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Resizing from computer to Mobile Question

    Posted 11 years 3 months ago
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Resizing from computer to Mobile Question

    Posted 11 years 3 months ago
    • If this solved your issue, please mark the subject of your original post [SOLVED]. Likewise, if you still need help please reply with details.
  • Re: Resizing from computer to Mobile Question

    Posted 11 years 3 months ago
    • I still need help I'm not sure i understand. :cry:
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Resizing from computer to Mobile Question

    Posted 11 years 3 months ago
    • Jason Wilhite wrote:
      I still need help I'm not sure i understand. :cry:
      sure no problem.cdavis411 wrote:
      you can turn off the logo feature in the template manager and you can create a custom html module and link it to index.php

      <a href="index.php"><img src="images/logo.png" alt="image" /></a>
      the image will then be responsive

      So if I understand you correctly, you want to have an image that is large on bigger screens and smaller to fit for smartphones and tablets. right?

      If you want to have the logo be responsive in that way the easiest way (imho) is to have the logo be an image reference instead of a background image. So then, disable the logo feature in the template manager and then create a custom html module and use the html example I quoted above from my other post in the other thread as a guide for making your html in the custom html module.
  • Re: Resizing from computer to Mobile Question

    Posted 11 years 3 months ago
    • yes I'm a newby do if you can step me through how to do it. Im a fast learner. What part of the file do i need to download or edit this from? thanks
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Resizing from computer to Mobile Question

    Posted 11 years 3 months ago
    • -turn off the logo feature in the template manager's "Features" tab
      -go to the module manager.
      -select "new" to create a module
      -select Custom HTML as the module type
      -toggle the editor so you can past the following HTML
      -use this as the HTML:
      <a href="index.php"><img src="images/logo.png" alt="image" /></a>
      make sure you upload your logo image to the images folder
  • Re: Resizing from computer to Mobile Question

    Posted 11 years 3 months ago
    • Solved thanks so much.... :D
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: Resizing from computer to Mobile Question

    Posted 11 years 3 months ago
    • Glad to be of service. See you around the board :)

Time to create page: 0.081 seconds