The mobile version of my Muse site doesn't display full width

Can anyone help me figure out how to make the mobile version of my site display full width?  I've snapped everything to the full width using the blue lines, but the whole site is left justified.  I reviewed the master page and everything seems to be in order.

You most likely have an empty box or text box that is off to the right in your design. Do a select all on your Master Pages and pages to see if you have any elements outside the right side of your design.

Similar Messages

  • Muse mobile site doesn't display full width

    The mobile version of my site doesn't display full width. It doesn't scale to fit the mobile screen as the set up width in Muse.
    I found a tip talking about add "viewport" code to muse site. When I insert the code to html window, it give me a box said "unable to generate a thumbnail"
    If add the view port code is the solution, how do I add this code to the <head> tag on muse?
    If not, what's the solution for this situation?

    One  problem where this occurs is that there could be some object (s) outside the layout page size.

  • Is it necessay to add a canonical tag to tablet and mobile versions of a Muse site?

    Is it necessay to add a canonical tag to tablet and mobile versions of a Muse site?

    I know that they don't actually touch anything on the site. However when you create a tablet version of your site, they "take care" of the redirection to the tablet version. So I am wondering if a search engine views the tablet version as duplicate content when everything is nearly the same... or does muse put something in the code that would let robots know this like a canonical tag?

  • Muse site doesn't display properly

    Here's the deal.  I created a site in muse, then exported to html.  Muse created index.html inside of the folder where the muse doc is located.  That's exactly what I expect.  Now, when I ftp to my webserver, all I get is plain text.  I don't think the server is the culprit, because it hosts other muse sites properly.  if I navigate to the UNC path and launch index.html, it displays properly.  it's only when I hit the url from a browser.  What could I possibly be doing wrong here? 

    Hello Matt,
    On running the pages locally from the location where they were exported to, if they look fine and load up as they are supposed to, then it confirms that Muse exported the pages fine. This then leaves only two possibilities where things might have gone wrong, as mentioned below:
    1. Either the upload didn't go fine. In this case, try re-uploading using both the "File -> Upload to FTP host" and "File -> Export As HTML" and then using an FTP client to upload to the host.
    2. Or the host isn't rendering the site as it should. In this case, have the host "Reset your FTP permissions" and then reupload the site to see if that resolves the issue.
    Hope this helps.
    Cheers
    Parikshit

  • Muse cc site not displaying the mobile version on a nokia lumina 925 windows phone help!!

    I've designed a site for a client in muse cc  and it dosen't display the mobile version on a nokia lumina 925 windows 8 phone, could someone please advise

    did you try using the chat feature with Adobe tech support? I also have the same problem with a muse site; i chatted with Adobe tech support and agent asked me to send him the muse file as he escalates the session.

  • The mobile version of my site not working when Published.

    The desktop version works fine and the mobile version seems to be working fine in Muse in both preview and browser preview.
    What am I doing wrong and how can I fix it?
    Thanks,
    /Fredrik

    Thanks for your response Zak and my apologies for the delay in responding. I tried the site on a smart phone yesterday and the mobile version came up and it worked perfectly including the email and phone links. I don't have a tablet other than an Acer Iconia B1 and at the moment I'm presuming it'll bring up the correct version on a tablet that has better definition.
    At the moment the site is hosted as a temporary test site on Business Catalyst. "Universal Redirect" was already selected at the time of my original query. The previous version of the site which this will supercede (not Muse and done a few years ago) is at present hosted by a different company but I want to change host to Business Catalyst as this seems to make sense and I can take advantage of the hosting credit.

  • Why can I only see the mobile version of certain websites instead of the full site?

    some website are shown only in mobile version instead or full version, even when I click on the link that says "full site" I get redirected to the mobile version. This only happens in Firefox since I've tried other browsers too.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • Muse phone site doesn't display correctly when viewed on mobile device, any advice to fix this?

    You can view the website at www.conceptfizz.co.uk , desktop works fine, but phone version doesn't load full screen, only on the left hand side. Thanks

    It's definitely loading the mobile version. select everything on the page to check that you haven't left any objects on the right hand side of the page, or that any widgets' bounding areas haven't expanded out too far - this often happens when you move components around.
    David

  • Im trying to reorder divs when in the mobile version of my site, is it possible to do it with media queries?

    Im trying to reorder divs when in the mobile version of my site, is it possible to do it with media queries? Here is the layout in desktop view, red being what would be images. And when i rescale, the content stacks together to place two of the same boxes together, like so;
    Is it possible to apply a rule so when scaled the boxes reorder to show red, black, red, black, red, black?

    <div class="productcontainer3">
    <div class="product3"></div>
    </div>
    <div class="productcontainer4">
    <div class="product4"><h6>Manta Soledo</h6><p1>In here will be the Manta blurb! Not too much technical info, save that for product page. Make it sleek and elegant. </p1></div>
    </div>
    <div class="productcontainer1">
    <div class="product1"><h6>Manta Soledo</h6><p1> In here will be the Manta blurb! Not too much technical info, save that for product page. Make it sleek and elegant.</p1> </div>
    </div>
    <div class="productcontainer2">
    <div class="product2"></div>
    </div>
    <div class="productcontainer5">
    <div class="product5"></div>
    </div>
    <div class="productcontainer6">
    <div class="product6"><h6>Manta Soledo</h6><p1>In here will be the Manta blurb! Not too much technical info, save that for product page. Make it sleek and elegant. </p1></div>
    .productcontainer1 {
      float: left;
      clear: both;
      max-width: 604px;
      width: 49%;
      margin-right: 1%;
      margin-bottom: 4%;
      margin-top: 1%;
    @media all and (max-width: 600px) {
    .productcontainer1 {
      width: 100%;
    .productcontainer2 {
      float: left;
      max-width: 604px;
      width: 49%;
      margin-bottom: 4%;
      margin-top: 1%;
    @media all and (max-width: 600px) {
    .productcontainer2 {
      width: 100%;
    .productcontainer3 {
      float: left;
      clear: both;
      max-width: 604px;
      width: 49%;
      margin-right: 1%;
      margin-bottom: 4%;
    @media all and (max-width: 600px) {
    .productcontainer3 {
      width: 100%;
    .productcontainer4 {
      float: left;
      max-width: 604px;
      width: 49%;
      margin-bottom: 4%;
    @media all and (max-width: 600px) {
    .productcontainer4 {
      width: 100%;
    .productcontainer5 {
      float: left;
      clear: both;
      max-width: 604px;
      width: 49%;
      margin-right: 1%;
    @media all and (max-width: 600px) {
    .productcontainer5 {
      width: 100%;
    .productcontainer6 {
      float: left;
      max-width: 604px;
      width: 49%;
    @media all and (max-width: 600px) {
    .productcontainer6 {
      width: 100%;
    .product1 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
    .product2:hover {
      background-image:url(../Graphics/iMod-rollover.jpg);
    .product2 {
      Width: 100%;
      background-image:url(../Graphics/iModindex.jpg);
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
      -webkit-transition: background-image .8s ease-in-out;
      -moz-transition: background-image .8s ease-in-out;
      -ms-transition: background-image .8s ease-in-out;
      -o-transition: background-image .8s ease-in-out;
      transition: background-image .8s ease-in-out;
    .product3 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
      background-image:url(../Graphics/Ilanoindex.jpg);
      -webkit-transition: background-image .8s ease-in-out;
      -moz-transition: background-image .8s ease-in-out;
      -ms-transition: background-image .8s ease-in-out;
      -o-transition: background-image .8s ease-in-out;
      transition: background-image .8s ease-in-out;
    .product4 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
    .product3:hover {
      background-image:url(../Graphics/Ilano-rollover.jpg);
    .product5 {
      Width: 100%;
      background-image:url(../Graphics/Soledoindex.jpg);
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
      -webkit-transition: background-image .8s ease-in-out;
      -moz-transition: background-image .8s ease-in-out;
      -ms-transition: background-image .8s ease-in-out;
      -o-transition: background-image .8s ease-in-out;
      transition: background-image .8s ease-in-out;
    .product5:hover {
      background-image: url(../Graphics/Soledorollover.jpg);
    .product6 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;

  • The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the

    When i tried to login in inbrowserediting.adobe.com i see that:
    The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user.
    What does it mean? What is problem?

    Hi,
    I have just created my First website using Muse and Its all been uploaded to my FTP server but i cant access the in browser editing which was the whole reason why i re-done the website for my client using muse
    its saying the following
    "The FTP server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user. server configured for this site doesn't seem to match the URL you entered. Make sure that you use the Upload to FTP Host feature in Muse to publish the site directly to the final location and that you are logging on to In-Browser Editing with the same user."
    Yet i Can access my website fine "www.calmwood.com.au"
    My ftp server responds to either the IP Address or the DNS Address www.calmwood.com.au
    so i am not understanding how it thinks its different. when its fully referenced
    any help would be appreciated.
    thanks

  • Can I get a full site and not the mobile version?

    I've noticed that when I surf to some sites, I get mobile versions of those pages. I'm sure it must be something to do with the user-agent string of Safari, identifying it self as an iPhone and thus the site serves up a mobile page.
    Is there any way I can prevent this, and get a site to serve up the full page? Some browsers (via add ons) let you change user-agent strings, but there's no such option in the iPhone.
    Thanks.

    You can't change the user-agent strings with Safari on the iPhone, but most of the websites that have a mobile and full version provide a full version selection when redirected to the mobile version. If you have save cookies enabled, selecting the full version should be saved as a cookie so you aren't redirected to the mobile version when returning to the website.

  • HT204081 I'm an author and my book recently received a five star review on iTunes and it shows up on my desktop but it doesn't show up on the Mobile version of my listing.  How can I fix that?

    The book is priced low enough to be an impulse buy but without the postive reviews being posted on the mobile versions, people may not be encouraged to buy it.

    Try to connect in recovery mode, explained in this article:
    iOS: Unable to update or restore
    Before that, back up your device, explained here:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    How to back up your data and set up as a new device
    You can check your warranty status here:
    https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • Muse Site does not display completely, amazingly, in Safari.  In Chrome, Firefox and IE, however, the site is displayed correctly ...

    Muse Site does not display completely, amazingly, in Safari.  In Chrome, Firefox and IE, however, the site is displayed correctly ...
    Kari

    Hi Aish
    The site URL is: http://hotelegerkingen.businesscatalyst.com
    The page
    http://hotelegerkingen.businesscatalyst.com/räume --- preise.html
    and
    http://hotelegerkingen.businesscatalyst.com/menus.html
    not show the whole content (only in Safari)
    Thanks for the support!
    Regards ,
    Kari
    H·B·H Communications & Events
    Karl Wälle
    [email protected]
    Breitensteinstrasse 96
    8037 Zürich
    Fon +41 44 447 40 90 (direct 99)
    Mobile +41 79 964 65 12
    Fax +41 44 447 40 89
    [email protected]
    www.hbh-com.ch<http://www.hbh-com.ch>
    Am 14.08.14 17:31 schrieb "Aishvarya Raj Rastogi" unter <[email protected]<mailto:[email protected]>>:
    Muse Site does not display completely, amazingly, in Safari.  In Chrome, Firefox and IE, however, the site is displayed correctly ...
    created by Aishvarya Raj Rastogi<https://forums.adobe.com/people/aishvarya+rastogi> in Help with using Adobe Muse CC - View the full discussion<https://forums.adobe.com/message/6640545#6640545>

  • Hello, How can I switch to the mobile version planning page?

    I just created my web site and I'm not able to create a new page inside the mobile version because I don't know
    how I can switch, for example, from tablet planning page to mobile planning page... please help me!

    Hi,
    Click on Plan tab (Right hand side top), and click on phone layout, as shown below

  • Is it possible to export the html code from a muse site that I am building?

    Is it possible to export the html code from a muse site that I am building?

    Mac_Heibu has the right idea. When you export your site to HTML, it creates a folder that contains all of your pages. Here's an example of what the folder will contain. All of your HTML pages, all your scripts, CSS, and it'll also have individual folders WITHIN your main folder for your phone or tablet versions, if applicable. This method allows you to upload your files to an FTP host. However, if you're trying to upload it to an FTP, the BETTER option would be to go File > Upload to FTP Host. If this has helped you, please mark mac_heibu's answer as the Correct Answer, and feel free to mark my reply as a Helpful Answer.

Maybe you are looking for

  • How to restore iTunes library in Leopard from a specific backup date?

    I want to restore my iTunes Library from a specific backup date. I am using OS X Leopard and can't go back to the specific date in TimeMachine. What I do?

  • Changes are not saved

    After making changes to my iWeb site, I have re-published as well as saved all to .mac. However, the changes are not saved. How can I save the changes?

  • Some urgent help needed with MobileMe suddenly saying my password is wrong

    Hi First of all I want to say sorry if this is in the wrong forum, but I needed some urgent help and I couldn't find a forum other than this that might relate to this issue. The issue that I am having is with my MobileMe Account. I was on my Mac, whe

  • IPad2 with ios8 has major problem!

    My iPad was frozen up just minutes ago. The screen only shows the background pic. The triple click is available, so are the notif. center and control center but it doesnt work. No apps. Its just blank. YOU CANT DO ANYTHING ON IT. Nothing works!!! It'

  • Your suggestions please on how to add these

    Hi there. CS3, PHP & mySQL. Busy finishing a site for real estate agent and now running out of ideas. When adding records, I currently have radio buttons for things like: swimming pool, jacuzi, irrigation, fireplace, ect. If the house has a swimming