This topic has 1 reply, 2 voices, and was last updated 10 years by SQadmin.

  • Author
  • #8569
     mpitka
    Participant

    Hi!

    1. Is it possible to have only register-box and login/signup -images on front page?
    2. Is it possible to disable footer from mobile version?

    #8651
     SQadmin
    Keymaster

    Hi, can you explain in a little more detail the first question please? Thanks.
    To hide footer(widgets) from mobile version the easiest way is to add the following rule in quick css box:

    COPY CODE
    
    @media screen and (max-width: 480px) {
    	.widgets-container {
    		display: none;
    	}
    }
    

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?