test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • bttrobin Friend
    #200839

    Hey guys,

    I just hit one more road block and I’m stumped.
    Can someone help me out when they have time?

    I’m trying to inline the newsletter signup and my social icons all on one line/row, and I can’t find the specific line of code for that area to expand the content width.
    Here is the current layout and url if needed:

    The module position is features-intro-2, with the row-feature-secondary class applied.

    Many thanks 🙂


    1. Screen-Shot-2014-08-27-at-11.28.08-AM
    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #547441

    Four-O-Four

    can you check the URL again..

    thanks

    bttrobin Friend
    #547442

    Should be ok – I just checked the img and link again.
    GoDaddy has been **** lately, sorry.
    Thanks for looking ahead though!

    Ninja Lead Moderator
    #547486

    Create templates/ja_nuevo/css/custom.css file and add new rule

    .customrow-feature-secondary p {
    float: left;
    }

    It will help all icons and Acymailing form to display in-line

    bttrobin Friend
    #550782

    Hello!
    After this resolved issue, the boss wanted to put the social icons somewhere else, so I deleted he original module.

    Now, he wants to add a “Free Shipping” Icon, on the same line as the newsletter signup, like in this original post, but with a different image.

    For some reason, my image is defaulting again onto a second line, instead of keeping the image inline with the acy newsletter signup:
    Page Example

    I checked my custom.css and it still has the same code from this thread in it.
    Can someone check into how to fix this again?

    Many thanks 🙂


    1. Screen-Shot-2014-09-25-at-4.34.24-PM
    Ninja Lead Moderator
    #550804

    On this case, you have to customize from AcyMailing Module.

    Open templates/ja_nuevo/html/mod_acymailing/default.php file

    Find and change

    <!-- Close form -->

    To

    <!-- Close form -->
    <div class="free_shipping_icon">
    // free_shipping_icon
    </div>

    bttrobin Friend
    #551020

    Hi!

    I really appreciate the reply, but after placing that code, the text shows up on the front end:

    Sorry – just wasn’t sure how to fix it. I would have never guessed this code – thanks so much again!


    1. Screen-Shot-2014-09-29-at-10.48.51-AM
    2. Screen-Shot-2014-09-29-at-10.49.12-AM
    Ninja Lead Moderator
    #551061

    Maybe I misunderstood your request. Did you want to add add a “Free Shipping” Icon and the same line as the newsletter signup?. You can add back a “Free Shipping” Icon into your site again, I will check and suggest the solution for you.

    bttrobin Friend
    #551249

    Hi!

    My bad on the terms I used.

    Basically, I meant that I want my “free shipping” image, to be on the same line as the newsletter, like this:

    As it sits now, the image keeps moving under the newsletter text.

    Thanks again 🙂


    1. example
    Ninja Lead Moderator
    #551283

    This way will help you to fix “free shipping” image on the same line the newsletter

    Open templates/ja_nuevo/css/custom.css file and add new rule

    .acymailing_module div {
    float: left;
    }

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum