Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1134664

    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.

    • This topic was modified 5 years, 10 months ago by kreece8948.
    #1135219

    Hey kreece8948,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home .banners-box {
      padding-right:47px;
    }

    Best regards,
    Rikard

    #1136183

    Hi Rikard,

    The provided code did not seem to move the text.

    #1136193

    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

    #1136235

    Yes, i did.

    #1136297

    Hi,

    Add this to quick css:

    .home .iconbox_content_container  .panel-grid-cell{
    margin-left: 40px;
        margin-top: -30px;
    }

    Best regards,
    Jordan Shannon

    #1138128

    Hi Jordan,

    When I add that code it moves things correct but than I’m unable to click the icon links.

    #1138134

    Hi,

    Change to this:

    .home .iconbox_content_container  .panel-grid-cell .so-panel{
        margin-top: -20px;
    }

    Best regards,
    Jordan Shannon

    #1138187

    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.

    #1138192

    Hi,

    There are no link tags on the phone number or “click here”.

    Best regards,
    Jordan Shannon

    #1138194

    I added one to the first icon for you to see the issue. My browser makes phone numbers automatically clickable.

    #1138195

    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

    #1138196

    Thanks, Things looks great.

    • This reply was modified 5 years, 9 months ago by kreece8948.
    #1138917

    Hi kreece8948,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.