-
-
<p class=”p1″>Hey I’m almost finished this site, just have a few minor tweaks listed below that I need help with:</p>
<p class=”p3″></p>
<p class=”p2″>1. Home page – I have the circle rollover colour as white in the custom css, but it seem to flicker when you rollover, can that be fixed?</p>
<p class=”p3″></p>
<p class=”p2″>2. Menu – I did have the menu lined up with the bottom of the logo, but not sure if I changed a setting somewhere but it’s no longer in-line</p>
<p class=”p3″></p>
<p class=”p2″>3. Mobile/responsive -</p>
<p class=”p2″>1. on an ipad horizontally the logo is cut off on the left side</p>
<p class=”p2″>2. on this page (<span class=”s2″>https://89f.6fc.myftpupload.com/executive-coaching-leadership-development/</span>) the copy gets cut off on a mobile device when I use the Service Block (Effect) can anything be done about that?</p>
<p class=”p2″>3. on my phone the first 2 circle icons and content are not lined up in the center but coaching & leadership Dev is centered.</p> -
-
Hello,
1-Edited the current css for the on hover of these elements to this: `.services_medium.style_3.wpb_content_element {
pointer-events: none !important;
} `
2-I added this code into your custom css box:
nav .menu { margin-top: 10px !important;}
3.1-I don’t see the logo misaligned in ipad (screenshot). However you can position it to your wish with some css code. Edit the logo margin’s.
3.2- I added this code:
@media (max-width: 480px){ .services_block .content { bottom: -35px !important;} .orange .services_medium.style_3 .icon_wrapper { margin-left: -27px !important;} .light_blue .services_medium.style_3 .icon_wrapper { margin-left: -30px !important;} .services_medium h4 { margin-left: 20px;} .blue.wpb_column.vc_column_container.vc_col-sm-4 { margin-left: -11px;} }
into your custom css box for the services text cut off in page executive-coaching-leadership-development.
Let us know.Best regards!
-
Thanks for making the changes! For the circle buttons on the home page I want them to be clickable and now they aren’t and I want the rollover colour of the circles to be white. YOU ROCK!!!
-
Hello,
This code is responsible for the removal of clicking action on services: `.services_medium.style_3.wpb_content_element {
pointer-events: none !important;
}`
I removed it from your custom css box. Also i commented out these lines:/*.services_medium.style_1:hover .icon_wrapper, .services_medium.style_3:hover .icon_wrapper, .blog-article.timeline-style .timeline .date{background:#fff !important; }*/
Since the background on hover of the services was already set up in the home page’s custom css box, assigning it here too creates the flickering effect. I changed the background color to white in the page’s custom css box.
Please check your site.Best regards!
-
You must be logged in to reply to this topic.