Hello,
Please can you help me regarding these questions?
1. For example if i use Block 15 in side bar and if i view from mobile it shows in 2 colums see example: http://i64.tinypic.com/2vb3og1.jpg, but if i use Block 15 normally and if i view from mobile it shows in one colum see example: http://i64.tinypic.com/2mhegs0.jpg Can you tell me please how can i make case two to show like as case 1 also for blocks in content.
2. How to remove title for “about” and “Social Networks” in footer?
3. How to reduces font size of IOS slider col 3 only on mobile.
Thank You
-
This topic was modified 9 years by
ebhelloworld28.
Hi,
1. I am not sure I fully understand what you mean. Here you can see all the available blocks in the theme – https://demo.tagdiv.com/newspaper/block-15/ in different layout settings. If the mobile theme is not used, the same content from desktop will be displayed on mobile. This is how block 15 looks on 1 column – https://www.screencast.com/t/wRyjnCqm – https://www.screencast.com/t/Qa1JZkKqg and on 2 columns – https://www.screencast.com/t/lmZuafZx – https://www.screencast.com/t/vAhlmqIF This is how the blocks are designed and how the theme responsiveness works, depending on the page structure in Visual composer. It would not be an easy task to change how the blocks are displayed, and multiple elements have to be taken in account.
2. If you mean the “About Us” and “Follow Us” here – https://www.screencast.com/t/cnTwkha5gVzD you can do it like this – https://www.screencast.com/t/XSjEtHdW in Theme panel->Translations
3. You could use some css for this, to modify the font size on the module title on the slider – https://www.screencast.com/t/8ICa7ynf3ADL This is the code used in the example
@media (max-width: 500px) {
.iosSlider-col-3 .entry-title.td-module-title {
font-size: 12px;
}}
Thanks
-
This reply was modified 9 years by
Simion C..
Hi,
1. Okay, I understand
2. I mean to remove “About Us” and “Follow Us”, not to translate
3. For me this works:
@media (max-width: 500px) {
.td-theme-slider.iosSlider-col-3 .td-module-title a {
font-size: 18px;
line-height: 2px;
}}
@media (max-width: 500px) {
.iosSlider-col-3 .entry-title.td-module-title {
line-height: 24px;
}}
Thank You the best theme 🙂
Hi,
Thank you for the appreciation, we try our best to make our users happy.
2. If you want to remove them, simply delete the text (with a space) from the respective field – https://www.screencast.com/t/Yzuit5gVBCSH with this result – https://www.screencast.com/t/pDBwD41m1
Thanks