demo-sass.html template

Home Forums Porto – Responsive HTML5 Template demo-sass.html template

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #10031867
    itxclan
    Participant

    Hello, by reviewing the new demo-sass.html template I have detected that when the page is reloaded the blue background from the top to the left retracts. Could you tell me how to correct that detail?

    Reload page F5 and you can see what the error is on the right next to the scroll bar.

    Thanks



    Template Version: 7.6
    #10031872
    itxclan
    Participant

    hello……. Could you answer the restlessness? please..


    #10031874
    itxclan
    Participant

    Hello, by reviewing the new demo-sass.html template I have detected that when the page is reloaded the blue background from the top to the left retracts. Could you tell me how to correct that detail?

    Reload page F5 and you can see what the error is on the right next to the scroll bar.

    Thanks


    #10031876
    Support
    Keymaster

    Hello, we were able to reproduce that issue here, please try to add the following css and let’s see if it works for you too:

    (css/custom.css)

    body {
        min-width: 100%;
        width: 100vw;
    }

    Please try that and let me know if you need further assistance.

    Kind Regards,

    Jonas


    #10031890
    itxclan
    Participant

    Hi, thanks for answering, it doesn’t work and when you reload the page it retracts to the left.

    Could you check the code please? I do not know what is happening, I have reviewed the entire code and cannot find the error.

    http://www.colparques.net

    Thank you.


    #10031891
    Support2
    Keymaster

    Hello,

    Please try with this new CSS:

    html, body {
    	min-width: 100% !important;
    	width: 100vw !important;
    	overflow-y: scroll;
    }

    Please try that and let us know if you need further assistance.

    Kind Regards,

    Rodrigo.


    #10031893
    itxclan
    Participant

    Hi, thanks for answering, your code corrected the problem, but leave a space at the bottom of the page you can review please.

    thanks for your help


    #10031894
    itxclan
    Participant

    Hi, I could correct it, one last question, the #target option, that is, jumping on the page to a specific link does not work scrollable, jump directly, could you tell me why?


    #10031902
    Support2
    Keymaster

    Hello,

    To fix it you need remove all data-hash attributes from links that are not “Scroll To” feature like the image below:

    Maintain the data-hash attributes only on links that needs to works as “Scroll To” feature.

    Please try that and let us know if you need further assistance.

    Kind Regards,

    Rodrigo.


    #10031912
    itxclan
    Participant

    thanks your code corrected the problem


Viewing 10 posts - 1 through 10 (of 10 total)

This topic is marked as "RESOLVED" and can not rceive new replies.