Alignment off for mobile / ios view of portfolio nav item

  • Posted in : Responsy WP
  • licachat
    Participant

    When viewing my site http://kinggirlmedia.com on my iPhone, and more specifically one of the portfolio pages (example: http://kinggirlmedia.com/work/wifsite/) I’m seeing the right navigation item (in that page’s case it would be Portia Hicks) sitting lower instead of inline with the left navigation item. How can I fix this?

    Thank you.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .portfolio-single + .span9 + .span4 {
        float: left;
        padding-bottom: 20px;
    }
    .portfolio-single + .span9 + .span4 + .span5 {
        float: right;
        padding-bottom: 20px;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Responsy WP’ is closed to new topics and replies.