Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26377

    Hello, can you please advise me how to adjust the CSS settings so that the phone number at the top of the website is centered.

    My site is: http://www.rcgauto.com

    Thank You

    #130190

    One more question,

    When the site is viewed on wide screen all of the overlaying images are aligned to the left. Is it possible to have them be centered.

    #130191

    The issue of the phone number not being vertically centered only occurs when viewing the website on a mobile devise.

    #130192

    Hi,

    Please add this on your custom.css or Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #header .sub_menu {
    padding-top: 10px;
    background: white;
    }

    .social_header .phone-info {
    height: 20px;
    }
    }

    Regards,

    Ismael

    #130193

    Awesome that seemed to have worked,

    Another issue, how to I center the graphics on the LayerSlider, when viewed on a wide screen (Desktop) the images are offset to the left

    #130194

    Hi,

    I looked at your page (nice job by the way), and I can’t tell the difference. I checked the alignment of the key and the front of the motorcycle as I shrank the screen with Chrome from my 1360 wide laptop down and everything remained for me exactly where it started off. Perhaps I am not catching it, do you have a snapshot or something where we can see what you mean?

    Thanks,

    Nick

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Alignment Issue in Mobile View’ is closed to new replies.