Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1024746
    sebagc
    Participant

    Hi!
    I set up a Pattern as a Background picture according to the instructions in the Documentation, quiet the Renew Stack.
    Is there a way to make smaller as the device used is smaller?
    I ask because the pattern is a Dot pattern, and in Cell Phones they look way too big.

    You can check it out in http://www.petitecotton.cl

    Thank you very much!!!

    #1025305
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media (max-width:  767px) {
    	body .site {
    		background-size: 100px;
    	}
    }

    Make sure you close this block

    @media (max-width:480px){
    
    a.x-brand.img {
        width: 50%;
    }

    that block is missing one closing bracket.

    Hope it helps, Cheers!

    #1025994
    sebagc
    Participant

    Thank you very much!!

    #1026504
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1024746 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>