Home › Forums › All Other Themes › vcard
- This topic has 5 replies, 2 voices, and was last updated 5 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
November 12, 2018 at 3:13 am #111433
Hello can you take a look at my site www.legacybuildersgeneration.org and tell me why this link on the Main Menu
Link: Support the legacy
keeps looping back to the homepage on mobile?
it works correctly on a desktop or laptop but it does not go to the page from a mobile phone. it keeps looping back to the homepage.
November 12, 2018 at 9:52 am #111474Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.logo img { width:40%;} .header .header-inner { padding-top:10px;}
Regards,
DaveNovember 12, 2018 at 12:24 pm #111499hi there is no custom css code box under basic settings.
I added the code under custom css box under Appearance, customize, custom css but it did not work.
November 12, 2018 at 12:56 pm #111500Hi,
We checked, this is working fine.
Kindly delete cache and do a forced refresh as we are not getting any kind of error in console.
To do a forced refresh kindly follow below instructions:
Windows/Linux:
1. Hold down Ctrl and click the Reload button.
2. Or, Hold down Ctrl and press F5.Mac:
1. Hold Shift and click the Reload button.
2. Or, hold down Cmd and Shift key and then press R.Regards,
DaveNovember 12, 2018 at 1:35 pm #111504It works on a laptop or desktop but on a mobile. When I click the link for Support the Legacy It doesn’t show the entire page content.
November 13, 2018 at 11:45 am #111552Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .main-container .elementor-hidden-phone { display:block !important;} }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.