Okay
  Public Ticket #917454
Sidebar Text on Mobile View
Closed

Comments

  • Peter started the conversation

    Just wondering if it is possible to put the sidebar text and attributes before the main body of text on the portfolio page? You will see that on http://www.simcoe.co.uk/portfolio/audioecho-music-artwork-and-website/ and this page, http://www.simcoe.co.uk/portfolio/3d-360-images-for-odg-ar-glasses/ in mobile view the text beneath the main image appears before the sidebar which doesn't make sense whereas when viewed as a desktop / large screen it appears to the side [which works well]. I appreciate that in most cases this would make sense but on the portfolio section it would be ideal to re-order so that the sidebar text appears before the text below the main image. Is this possible?

  •  8,996
    Tahir replied

    Hey Peter,

    I am afraid its not possible at the moment without custom page templates . Though have noted to add in a Option in upcoming updates for this. 

    Thanks 


    ThemeNectar Support Team 

  • Peter replied

    OK, thanks for getting back to me on that. Yes, it would be a useful addition to the next version - as would some tags on the custom pages also.

  • Peter replied

    I have another question if thats ok? I'm trying to alter the spacing on the  gallery on my page - http://www.simcoe.co.uk/portfolio/3d-360-images-for-odg-ar-glasses/. If I apply the CSS below [which seems to be a reasonably good solution when I try it in Firebug] it will only read the margin-right:2% CSS but is overidden by the standard settings on the other 2 instructions. I tried the solution with #gallery-1 .gallery-item { as well as .gallery-item { - neither seemed to pick up the code. Any ideas?


    .gallery-item {
        margin-right: 2%;
        margin-top: 6px;
        width: 23%;
    }

    I've attached an image of what I'm trying to achieve. Ideally the gallery would fit 100% of the way across the column like the 360 image above it but with the 2% right instruction this is not going to be possible unless there's an easy fix. 

    Thanks

    Pete