Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
I have a problem about the position of the footer on portrait tablet use.
In short pages, like https://www.pharus.com.tr/secme-ve-yerlestirme/, the copyright line is in the middle of the page on portrait tablets. How can I carry this line to the bottom of the page?
Thank you for your great support
Gulriz
Hello,
Please add this code into your custom css box:
@media (max-width: 979px){
.top_wrapper { min-height: 750px;}
}
Let us know.
Best regards!
Thank you for your reply but I can not add any code into my custom css box. The box has 47 lines of codes, now it is all black and it doesn’t permit to add any other code.
Hello,
You can add this code into the page’s custom css box (screenshot)m or at the end of your style.css file.
However, we recommend you to optimize the custom css code, to have the minimal possible.
Best regards!
You must be logged in to reply to this topic.