Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #162959
    redheadanna
    Participant

    Hello! How to make site description panel disappier from all site pages except frontpage? the way you provide in instructions does not work.

    #163001
    Skandha
    Participant

    @redheadanna: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .site-description {
         display:none;
    }

    Let me know if this does the trick!
    Kind Regards,
    Skandha

    #163078
    redheadanna
    Participant

    Thank you, Skandha! It worked. But now people see lots of empty space between top menu and content of the page. People will think, there is no content there at all 🙁 How can I move content closer to the top of the page?

    #163099
    Skandha
    Participant

    @redheadanna: Please post in your site URL so that I can look into the issue and help you out!

    Kind Regards,
    Skandha

    #163274
    redheadanna
    Participant

    Here you are http://cm95599-wordpress.tw1.ru/%D0%BE%D0%B1-%D0%B0%D0%B2%D1%82%D0%BE%D1%80%D0%B5/
    and one more question by the way:
    how can I move site description panel on the frontpage a litttle bit lower in order for it do not obscure statue’s head
    http://cm95599-wordpress.tw1.ru/

    #163301
    Skandha
    Participant

    @redheadanna: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .custom-header-content {
    	padding:20px !important;
    }
    
    @media screen and (min-width:48em) {
    	body:not(.home) .custom-header-content {
    		padding:70px !important;
    	}
    }
    
    @media screen and (min-width:56.625em) {
    	body:not(.home) .custom-header-content {
    		padding:120px !important;
    	}
    }
    
    @media screen and (min-width:72em) {
    	body:not(.home) .custom-header-content {
    		padding:210px !important;
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #163327
    redheadanna
    Participant

    Thank you very much! Now everything is as it should be!

    #163458
    Skandha
    Participant

    @redheadanna: 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/divin/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

    #163731
    redheadanna
    Participant

    Done 🙂

    #163780
    Skandha
    Participant

    @redheadanna: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    #163942
    redheadanna
    Participant

    Dear Skandha!
    I want to try to move site-description panel on the front page up and down to find the perfect place. Can you show me what part of code do it?

    #164039
    Skandha
    Participant

    @redheadanna: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .custom-header-content {
    	padding:123px 98px 679px 98px; 
    } 

    You can change the padding to change the position of site description on the homepage.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #174268
    redheadanna
    Participant

    Dear Skandha!
    The Divin theme looks like «ready to translate». Would you be kind enough to explain, how can I make the English version of site on Divin?

    #174358
    Skandha
    Participant

    @redheadanna: Hello there,
    Can you let me know on which language you want to translate Divin Theme?

    Kind Regards,
    Skandha

    #175145
    redheadanna
    Participant

    on english (from russian). i want to translate all content

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Site description panel divin’ is closed to new replies.