Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1242623
    JfantasyBooks
    Participant

    Hey, guys.

    Name: JFantasyBooks
    Site: Fantasy-Books
    Site Url: https://fantasy-books.live
    WordPress Version: 4.6.1
    X Version: 4.6.4
    Cornerstone Plugin Version: 1.3.3

    Problem:

    So, I’ve noticed that when I’m on my site, it appears to be too close to the content. I would like it to look as it does when you zoom out a little, example: having 80 % of the initial view, that way I can see more of the site visually upon first glance without the words becoming too small to read.

    Can you help me with this?

    Thanks.

    #1242648
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Your site looks absolutely perfect here.

    Would you mind double checking for the same?

    100% : http://prntscr.com/d2nols

    80% : http://prntscr.com/d2npnj

    Thanks for understanding!

    #1242662
    JfantasyBooks
    Participant

    Oh no, I’m not saying there is a problem, I’m saying that without it being zoomed in or zoomed out, for it to look like it does at 80 %. The visual is too close for me in it’s 100 % phase. I would like for the site to look as it does when it’s at 80 % initially for all my viewers.

    #1243060
    Rue Nel
    Moderator

    Hello There,

    Thank you for the clarifications. The zoom in the browser level cannot be set in your site. The user can only set it in his browser. You use the css but please keep in mind that your site will become more smaller when viewed at 80% if someone set it in his browser view.

    For CSS solution, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    body {
        -moz-transform: scale(0.8, 0.8); /* Moz-browsers */
        zoom: 0.8; /* Other non-webkit browsers */
        zoom: 80%; /* Webkit browsers */
    }

    Supported on all major browsers: http://caniuse.com/#feat=css-zoom

    For Firefox, fallback is transform-scale: http://caniuse.com/#feat=transforms2d

    As this is all custom development, regretfully we won’t be able to assist further. Custom development is outside the scope of our support. We’re happy to provide advice and get you started in the right direction, but you would still be responsible for the implementation.

    Thank you for your understanding.

    #1243080
    JfantasyBooks
    Participant

    Thanks! This worked perfectly.

    #1243278
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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