Home › Forums › All Other Themes › Banking Sector Theme
- This topic has 8 replies, 3 voices, and was last updated 6 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
May 28, 2018 at 10:35 am #101916
Hello
I’m working in the Theme Banking Sector on the domain www.stormengineering.co.za.
In the header the last block containing the email address jumped to the bottom. and nothing i change or do makes it go to the top next to the second one. There’s suppose to be 3 next to eachother.
May 28, 2018 at 11:50 am #101937Hello
My button thats supposed to be on my slider isnt showing on the front end. It shows in the backend when i go to Appearance > Customize but not the front end
May 28, 2018 at 12:01 pm #101939Hello
on mobile would it be possible to make the header not appear at all
May 28, 2018 at 12:46 pm #101943Hello
How can i hide the page name as well
May 29, 2018 at 11:26 am #101989Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header-right .sintp { width:36%;} .header-right .phntp { width:26%;} .single_post_content h1 { display: none;} @media screen and ( max-width:767px) { .header-right { display:none;} }
Regards,
ChrisMay 29, 2018 at 12:44 pm #101997hello
Thank you. It fixed the page name to disappear and the header to not show on mobile.
Can you please help with:
1. The button on the slider not showing.
2. The header is still showing 2 lines if you go to www.stormengineering.co.za. The 3 blocks are suppose to show in one line as like the demo in http://sktperfectdemo.com/demos/banking/
3. On mobile the page size is out. Half of the text is cut off as in like a previous problem i had with another theme on a different website. https://imgur.com/3Dp2dax Its a different theme but thats what its doing. Cutting off the words.May 30, 2018 at 11:37 am #102024Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.header-right .emltp { width:30%;}
Kindly go to header.php
Find:
<meta name="viewport" content="width=device-width, initial-scale=1.1"/>
And replace
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
1. The button on the slider not showing?
Answer:
When you add new slide instead of default so first removed all three slides field data Slide Image, Slide Title, Slide Link, Slide Button than add your new slides data.Regards,
ChrisMay 30, 2018 at 2:29 pm #102029Thank you so much all of those worked
May 31, 2018 at 12:41 pm #102054Great.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.