-
AuthorPosts
-
September 11, 2015 at 10:28 am #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!!
September 11, 2015 at 5:05 pm #501792Hi 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!
ElliottSeptember 11, 2015 at 5:06 pm #501794Hi 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,
AndySeptember 14, 2015 at 10:35 am #502567Hi 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!!
September 14, 2015 at 4:26 pm #502883Hi!
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,
ElliottSeptember 15, 2015 at 11:58 pm #503769So 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 helpSeptember 16, 2015 at 12:32 pm #503975Hi!
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,
AndySeptember 16, 2015 at 5:38 pm #504314I 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.
September 17, 2015 at 2:48 pm #504829Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.