Before you ask please READ THIS

How to central align porftolio photos in mobile version?

edited September 2013 in Skyfashion Posts: 18
Your demo page: http://themes.apollo13.eu/skyfashion2/?page_id=342 portfolio photos is aligned to left, when you open this page with mobile phone.

How I can align to center these portfolio photos?

Comments

  • Posts: 493
    Hi Mindaugas,

    In file common/css/skeleto.css find line: 2026
    
    div.portfolio_box {
        margin: 0;
    }
    

    Change it to to look like this:
    
    div.portfolio_box {
        margin: 0 0 20px 20px;
    }
    
    Kind regards
  • It worked when I changed this line in layout.css. Is to ok?
  • Posts: 493
    yes, both of this files are included into theme.

    Kind regards
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!