Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.April 14, 2015 at 7:56 am in reply to: strange behaviour of tables in the mobile version of enfold #428031
no unfortunately not. it works now with the code, i posted in the second post above. but i’m wondering, if there is any other element, which could be affected from this?
April 13, 2015 at 1:47 pm in reply to: strange behaviour of tables in the mobile version of enfold #427482i solved the problem with a fix of the css in my childtheme:
@media only screen and (max-width: 767px) {
.responsive .avia_responsive_table .avia-data-table tr:first-child th {display:block;}
.responsive .avia_responsive_table .avia-data-table td:before {display:none;}
}but i still ask myself what this code was for?
oh thanks – i must have been blind ;-)
ok i inserted the php code in my config.php, deactivated all Plugins and i tried to reinstall the theme. But after the upload process i got the message: Are you sure you want do do this? Please try again” …
yes the sidebar was the missing link;) I actually don’t use a sidebar, but the blog widget. In the english version i forgot to unselect the default layout with a sidebar – in the german version i selected the layout without the sidebar. Switched on the default-template with a sidebar for both sites solved the problem: both have the same classes now. i know that is not the perfect solution, but it works for now.
What i actually wanted is, that i have two grid rows beneath and a sidebar with blogposts in the third column covering both rows. But that doesn’t seem to work, right?thanks for your help!
last question: if i have a little understanding of php, can i try to built my own grid-row element which has a – let’s say 70% width. How can i then switch on the sidebar again?ok yes, that could work. but the thing is, that i have two grid-rows beneath each other. I think there is no way to tell the widget area to cover the height of both rows? As you see in the screen shot: http://screencast.com/t/HaxxSnu5Z4j0 i want to join the two 1/3 rows to be one column.
-
AuthorPosts