-
First of all, I find a Forum for Support inappropriate. I would appreciate a personal contact. But this aside.
Let’s take single-event.html as an example.
Below the header, SHARE FUNCTIONS are displayed on the left.
If I remove this, there is a gap on the left. The alignment is not correct with the items below. The whole theme (especially the index) is full-width. Now it’s not in proportion. How to improve this?Hello,
there is a column (div class=”col….”) for the social share.
You have to remove the whole column. The column is the DIV with the “col” class.The layout is based on the Materialize framework, so it has 12 columns, and when you remove one, you have to change the size of the other columns to fill the remaining space.
You find all the info about the HTML framework grid in this page:http://materializecss.com/grid.html
Please remember that columns can have 3 sizes, for mobile, for tablet and for desktop (s = mobile, m = tablet, l = desktop) with the relative column size.
All the info about this are in the linked resource.Thanks
Another question: how do I set the speed (slower) of the 2 sliders on the index.
Hello
js/qt-main.js line 663
that.slider({full_width: true, height: "100%" });
you can add interval (10 seconds in example)
that.slider({full_width: true, height: "100%", interval: "10000" });
Full documentation:
The interval time does not work properly. If I set “9” it takes 3 seconds. When entering “10” it takes 30 seconds. If I give in your suggestion of “10000” it will stand still forever … I get complaints that one can not read the text before the slider shifts.
The topic ‘Gap on the left side…’ is closed to new replies.