Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello, i would like to center in page my portfolio filter (centered, similar to main menu)
Thnakyou!
Hello,
Please add this code into your custom css box:
#portfolio-filter ul {
margin-left: 24% !important;
}
Result screenshot: https://www.clipular.com/c/5085285951209472.png?k=Df2do8D86Wp-31ogKX8GXJxBI8Y
Let us know.
Best regards!
Thanks a lot, it works fine on computer and ipad.
Question:
On the mobile vertical version, is there a way to spread it better?, and to center main logo as in computer version?
Great support!
Thanks
Hello,
Yes, you can do that too. Add this code as well:
@media (max-width: 480px){
#logo img {
margin-right: 63px !important;
}
#portfolio-filter ul {
margin-left: 16px !important;
}}
Result screenshot: https://postimg.org/image/9irp4c90tn/
Change the values to your wish.
Best regards!
You must be logged in to reply to this topic.