badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

one column portfolio on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47852
    lindaspiller
    Participant

    How can I set one column portfolio on mobile (@media screen 480)?

    #47907

    Hi Lindaspiller,

    To have a one column portfolio on mobile Go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (max-width: 480px) {
        .narrow-layout .post-main .post, .post-main .post {
            width: 100% !important;
        }
    }

    Thank you for using our theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.