Adjusting Table Of Contents For MObile
-
Hi there,
My webpage currently doesn’t show up well in the Vertical View on Mobile. Is there a way to change the number of rows in the TABLE OF CONTENTS area (from 4 across to 3 across) and move the SEARCH BAR over to the left to squeeze everything in?
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS to change the Table of Content (Category list) into three columns instead of four.
Basic Maths is not a fully responsive designed theme, and as such, it does not fully respond to different screen sizes. Turning it into a fully responsive design would be a considerable CSS undertaking. It might be worth your while to look at the other themes we offer and see if there isn’t a fully responsive theme that would work for you.
-
Oops, forgot to include the CSS that takes the top categories section to three columns.
.taxonomy-archive ul li { width: 220px; }
- The topic ‘Adjusting Table Of Contents For MObile’ is closed to new replies.