Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1402089
Mobile CSS
Closed

Comments

  • comm_isc2alberta started the conversation

    Two related issues.

    1. On mobile the page does not fill the screen properly as it does on desktop.  Can this be fixed?

    2. If it can't be fixed, I'd like to remove the background on mobile so the different "pages" don't show the seam, just one long page that scrolls normally.

  •  432
    Sergio replied

    Hi, 

    not quite sure what do you mean. Can you pls provide more details (screenshots)?

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • comm_isc2alberta replied

    Sorry, I provided links and thought you'd be able to see them.  The site is http://csc18.isc2chapter-alberta.org


    On the desktop version you should notice that there's some scrolling app. that scrolls the page down 1-FULL screen at a time.  This is fine on the desktop version but when on a small mobile screen the backgrounds don't fill the screen correctly (see attached, phone & tablet).  For smaller screens it would look better if the backgrounds where removed and replaced with a seamless flat color.

  •  432
    Sergio replied

    HI!

    pls. share the wp-admin access, we'll check

    on what background color do you want to replace the image?

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  •   comm_isc2alberta replied privately
  •  432
    Sergio replied

    HI,

    pls. check (screen 1858, 1859 , 1860)

    pls. use following css:

    @media (max-width: 768px) {
        body #custom-back1{
            background-image: none !important;
            background-color:#006851 !important;
        }
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.