Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #180484
    chantal-admin
    Participant

    Hello, I have another question. I want to desactivate the footpage area #2 only on device mobile.

    Thank you, I’m waiting to hear of you.

    Cordially.

    #180497
    Skandha
    Participant

    @chantal-admin: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards
    Skandha

    #180532
    chantal-admin
    Participant

    Hello,

    Here my url : cedamtl.org

    Thank you.

    #180566
    Skandha
    Participant

    @chantal-admin: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:940px) {
    	.siteorigin-widget-tinymce.textwidget td:nth-child(2) {
    		display: none;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #180613
    chantal-admin
    Participant

    hello Skandha,

    The footpage still appears but with 2 columns less. I need to hide all columns in the foot page if it is possible for mobile.

    Thank you

    #180658
    Skandha
    Participant

    @chantal-admin: Hello there,
    To hide all the footer widget for mobile
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:940px) {
    	#supplementary {
    	    display: none;
    	}	
    }

    You can change the max-width according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #180775
    chantal-admin
    Participant

    Really thank you Skandha ! It works well. I appréciate.

    Cordially.

    #180825
    Skandha
    Participant

    @chantal-admin: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #180867
    chantal-admin
    Participant

    Hello,

    My english is really bad, I’m french. it works as you told me and I thank you for that. I don’t Know what to say else…

    My foot page appears on the large screen and not on the smallest screen as I asked it. You made a good job and I really appreciate it.

    thank you.

    #181055
    Skandha
    Participant

    @chantal-admin: Bonjour, J’espère que j’ai pu résoudre votre problème. Si pas trop de problèmes, j’ai une demande rapide: pourriez-vous s’il vous plaît laisser un commentaire honnête?
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post
    Votre avis aidera les autres utilisateurs à savoir à quoi s’attendre lorsqu’ils recherchent le soutien que j’offre. Même une phrase ou deux seraient grandement appréciés. Merci, et s’il ya autre chose que je puisse faire pour aider, n’hésitez pas à me le faire savoir. Bonne journée!

    Kind Regards,
    Skandha

    #181165
    chantal-admin
    Participant

    Can you read please, the note I wrote to you August 30? I think it was an honest review…

    Thank you.

    #181167
    chantal-admin
    Participant

    Hi Skandha,

    I wrote on WordPress.org a review for The Theme. Here below, what I Wrote 🙂

    Super Efficient support !

    I received help for two things for Catch Flames Pro. I asked that my foot pages does’nt appears on mobile devices and also, to have my font main menu more bigger. They gave me in a short time the good CSS codes to make this possible.

    Thanks a lot !

    #181214
    Skandha
    Participant

    @chantal-admin: Thank you for the wonderful review. 🙂

    Kind Regards,
    Skandha

    #181254
    chantal-admin
    Participant

    You’re Welcome ! 🙂

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Desactivate foot page area # 2 for mobile Device’ is closed to new replies.