Portfolio navigation on tablet and mobile

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Portfolio navigation on tablet and mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14859
    schercka
    Member

    Site is here: http://www.billesborgskolen.dk/dev/rundvisning/hojt-til-loftet/

    On tablet width, the next/prev links dissapear completely.

    On Mobile it’s on top of content.

    Please advise on how to keep them visible in tablet width, and how to adjust for mobile. Screenshots attached.

    #14877
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    @media only screen and (max-width: 1100px){
    .single-portfolio .portfolio-nav {
      margin: 0 auto;
    }
    .inner {
      padding-left: 0;
      padding-right: 0;
    }}
    @media only screen and (max-width: 767px){
    .single-portfolio .portfolio-nav {
      height: auto;
    }}
    
    #14908
    schercka
    Member

    Works great, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio navigation on tablet and mobile’ is closed to new replies.