Greetings,
I need to move the Icon Box Content area more right and up (Under the Title). For example Under “EASILY BOOK ONLINE” I want “Click” to line up with “EASILY”
I have included my website in the private content section.
Hey kreece8948,
Please try the following in Quick CSS under Enfold->General Styling:
.home .banners-box {
padding-right:47px;
}
Best regards,
Rikard
Hi Rikard,
The provided code did not seem to move the text.
Hi,
Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.
Best regards,
Jordan Shannon
Yes, i did.
Hi,
Add this to quick css:
.home .iconbox_content_container .panel-grid-cell{
margin-left: 40px;
margin-top: -30px;
}
Best regards,
Jordan Shannon
Hi Jordan,
When I add that code it moves things correct but than I’m unable to click the icon links.
Hi,
Change to this:
.home .iconbox_content_container .panel-grid-cell .so-panel{
margin-top: -20px;
}
Best regards,
Jordan Shannon
I can click on the icon not but I can’t click on the phone number with that code. I also need the text more right.
Hi,
There are no link tags on the phone number or “click here”.
Best regards,
Jordan Shannon
I added one to the first icon for you to see the issue. My browser makes phone numbers automatically clickable.
Hi,
Looks like its a layering issue:
Add this to quick css:
#av_section_2 .template-page.content.av-content-full.alpha.units{
margin-top:80px!important;
}
Best regards,
Jordan Shannon
Thanks, Things looks great.
Hi kreece8948,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria