• SelectDomains.net

    The website is fine. The mobile version for some reason breaks the column. And the header disappears.

    I have tried the theme switch plug ins to no avail and i even waded into code and css and couldnt figure a way.

    Any help would be appreciated here!

    -Thanks
    M.Silva

Viewing 12 replies - 1 through 12 (of 12 total)
  • The header disappears because you have css class in green.css
    For media with max-width: 767px you got

    #header p.description {
        display: none;
    }

    Removing it would solve the issue with the header

    Regarding the column breaking – what would you like to achieve? 2 columns on the mobile version too?

    Thread Starter msilva47

    (@msilva47)

    Okay Ill remove that from green.css Thanks

    Yes, right now there is two columns on the website and im looking to get the same style for the mobile site. It putts the second column test under the first currently.

    Thanks

    The only way I can think of is creating a table. But then the font-site of the contents will be quite small.
    Another way is maybe putting featured domains first, and then all domains

    Thread Starter msilva47

    (@msilva47)

    In green.css I cannot find the lines you mentioned above. Sorry, I’m new to css.

    Thread Starter msilva47

    (@msilva47)

    Can anyone offer assistance here?

    It would be greatly appreciated.

    ps, Sorry for the duplicate thread, my apologies!
    -Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    There simply isn’t any room for 2 columns on mobile. How did you envisage this working?

    Thread Starter msilva47

    (@msilva47)

    Two columns on the mobile page that would be autofit to the view port. Also, they header disappearing is strange and i cant find the mentioned line above in green.css

    Your theme has a responsive design that adjusts itself to fit on mobile devices. This includes compacting the header and reducing the number of columns as the screen gets smaller. Undoing both of those would be a fair amount of CSS. Perhaps you’d be happier with a non-responsive theme?

    Thread Starter msilva47

    (@msilva47)

    Hmm I will explore that and get back to you!

    -Thanks

    Thread Starter msilva47

    (@msilva47)

    Well I’ve edited SelectDomains.net so the listing is appropriate for mobile devices. I decided to stick with the same theme.

    Now the only persistent issue is the header. I shortened it to test if it would appear in mobile and it still get voided.

    Is there a remedy to this header issue?

    Thread Starter msilva47

    (@msilva47)

    Still no luck fixing the header for the SelectDomains.net mobile site.

    Anyone with extensive knowledge on this subject able to offer assistance.

    Thread Starter msilva47

    (@msilva47)

    Anyone with knowledge in this area available to help now? Cant find the CSS string mentioned above.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Mobile site content wont fit’ is closed to new replies.