Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #501509

    Hi,
    I have a problem and I think I’ll go crazy because I don’t know why the blog is displaying like that in tablet portrait.
    It’s lke the responsiveness is not acting in that screen size, like the content of the article it is only stretching and not moving below the image.
    Also in mobile view the image disappears and I don’t know the cause, because in other preview image sizes it doesn’t occur.

    Thanks in advance for the help!!

    #501792

    Hi gofthet!

    The featured images should be displaying smaller but your changing their sizes via custom CSS. The sidebar is still displaying on the right hand side as well when it should be moving to the bottom of the page.

    It looks like your using Enfold 3.2. Go ahead and update to the latest version 3.3.2, and activate Enfold instead of your child theme for now.

    Cheers!
    Elliott

    #501794

    Hi gofthet!

    try this code in Quick CSS field:

    @media only screen 
      and (min-device-width: 768px) 
      and (max-device-width: 1024px) 
      and (orientation: portrait)  {
    .content .entry-content-wrapper {
    display: inline-block;
    }}
    

    Best regards,
    Andy

    #502567

    Hi there!!

    I have tried your code Andy but it seems it doesn’t work for me. I cannot upgrade the theme by now because of some events in the webpage, but my question is what’s the sequence to make the upgrade if i have a child theme?

    Thanks!!

    #502883

    Hi!

    It’s the same procedure. You can update via the Enfold settings in your dashboard or update via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.

    Regards,
    Elliott

    #503769

    So I’ve updated the theme and stills displaying the same way. I think the problem is that I have change something in the custom css (see link).
    Can you help me, i’m exhausted!!
    Thaks for the help

    #503975

    Hi!

    that’s a lot of code you are using. Try to delete all of it to see if things get better for you. If yes you can put each code one by one into it again, to see which one is causing any issues.

    Regards,
    Andy

    #504314

    I think the only way is to make the sidebar go to the bottom of the page in the ipad/tablet screen size, but I tested some css and nothing really works, can you help me?

    Sorry for my ignorance and thanks for all the help guys.

    #504829

    Hey!

    try this code to move sidebar to the bottom for iPad:

    @media only screen and (max-device-width: 1024px) {
    aside.sidebar.sidebar_right.smartphones_sidebar_active.alpha.units {
    width: 91%;
    padding-left: 44px;
    }}
    

    Regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.