Loop-nav width on single-portfolio

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Loop-nav width on single-portfolio

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #14099
    schercka
    Member

    I’m guessing this must be a bug. I couldn’t find anything about it by searching the forum.

    On the live site, if you go to a single portfolio item, like:

    https://www.livemeshthemes.com/invent/portfolio/consetetur-sadipscing-elitr/

    You can scroll really far to the right! It seems to be the portfolio-nav div that is over 21000px wide.

    Can you suggest a fix for this?

    #14102
    Veena
    Moderator

    Pls add the below custom CSS –

    .single-portfolio {
      overflow: hidden;
    }
    
    #14104
    schercka
    Member

    Does that work for you on the demosite?

    I tried adding it to the demosite in the inspector, and it doesn’t fix it.

    #14106
    schercka
    Member

    From my own site.

    #14112
    Veena
    Moderator

    Instead of giving custom CSS –

    .single-portfolio .loop-nav {
      overflow: hidden;
    }
    

    pls use the below custom CSS as a quickfix –

    .single-portfolio {
      overflow: hidden;
    }
    
    #14858
    schercka
    Member

    So now I have the site publicly accessible, please how can I solve this issue?

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

    #14878
    Veena
    Moderator

    Can you briefly explain about the issue?
    Are you pointing to portfolio-navigation-on-tablet-and-mobile issue?

    http://support.livemeshthemes.com/forums/topic/portfolio-navigation-on-tablet-and-mobile/

    #14909
    schercka
    Member

    No, if you go to a portfolio item, like this:

    http://www.billesborgskolen.dk/dev/rundvisning/skolens-kerneydelse/

    You can scroll right really far.

    #14934
    Veena
    Moderator

    I can see that you have already fixed it using custom CSS.

    .single-portfolio {
      overflow: hidden;
    }
    
    #15004
    schercka
    Member

    Well I’ve added the css to custom CSS field on in theme settings, but it’s not fixing ig. 🙂

    #15056
    Raghavendra
    Moderator

    I see that your site has this fixed. Not able to locate where exactly you are seeing that scroll to right setting.

    BTW, pls check if this is acceptable –

    .single-portfolio .portfolio-nav {
      margin: 0 auto;
    }
    
    #15059
    schercka
    Member

    Here is the link used in the screenshot:
    http://www.billesborgskolen.dk/dev/rundvisning/hojt-til-loftet/

    All portfolio items are like this.

    #15061
    schercka
    Member

    Sorry missed your suggested fix.

    Have applied this suggestion, but as you can see, this cuts the blue bar width off.

    #15064
    Raghavendra
    Moderator

    Yeah – it cuts the bar off. BTW, which browser are you testing this with. We are simply unable to see the scroll on my Chrome latest version.

    #15068
    schercka
    Member

    Ok so on desktop it nows goes to edge and if I don’t scroll sideways, its fine.

    On tablet the blue bar doesnt go to page edge. I guess that’s acceptable…?

Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘Loop-nav width on single-portfolio’ is closed to new replies.