Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • chizuoka Friend
    #197360

    Referring to this screenshot
    http://screenpresso.com/=Zft2g

    I tried the original code:
    <blockquote>
    <div class=”featured-work”>
    <div class=”row”>
    <div class=”span6 featured-work-item first”>
    <div class=”featured-work-inner”>
    <div class=”row”>
    <h3 class=”module-title span4″>Realtime Enterprise Task Assignments</h3>
    </div>
    <p>Our latest work is our most ambitious and successful to date. We reimagined four of advertising’s most iconic campaigns, inspired a nation to take a stand against the obesity epidemic, and picked up six Cannes Lions along the way</p>
    <ul>
    <li>Curabitur rutrum diam quis congue adipiscing.</li>
    <li>Aliquam semper non ipsum eget rutrum.</li>
    <li>Vivamus molestie ultrices magna.</li>
    <li>Donec fringilla justo nec urna pellentesque.</li>
    </ul>
    </div>
    </div>
    <div class=”span6 featured-work-item last”>
    <div class=”featured-work-inner”><img src=”images/content_img/rapidassign/mainmap.jpg” alt=”” width=”258″ height=”414″ /></div>
    </div>
    </div>
    </div>
    </blockquote>

    and changed the first line <div class=”featured-work”> to <div class=”rapidassign”>

    and that line dissapeared… leading me to believe that vertical line is defined else where.. but where?

    Thanks!

    swissa Friend
    #533427

    It will come from the css

    You can try this code in your custom.css

    .t3-sidebar-2 {background: none;
    }

    or

    .t3-sidebar-2 {background: none !important;
    }

    That should remove the line

    Hope that helps

    chizuoka Friend
    #533443

    Hi… thanks for the reply… actually im not trying to remove the line… im trying to ADD it…. but wondering where i should modify to add it. 😉

    TomC Moderator
    #533446

    <em>@chizuoka 425072 wrote:</em><blockquote>Hi… thanks for the reply… actually im not trying to remove the line… im trying to ADD it…. but wondering where i should modify to add it. ;)</blockquote>

    It would be helpful if you could provide the url of the site you’re working on

    chizuoka Friend
    #533447

    Hi…

    This is the link… thanks so much..

    http://root.forwen.com/forwen/mobile-apps/rapidassign.html

    TomC Moderator
    #533452

    That border is defined within the following CSS rule . . .

    Within file path –> /forwen/templates/ja_beranis/css/template.css
    at line 1726, where you will see the following:


    .featured-work .last .featured-work-inner {
    border-left: 1px solid #E5E5E5
    padding-left: 40px;
    }

    Hope That Helps

    chizuoka Friend
    #533453

    ah i see… seems this template has a lot of hidden css work…. :laugh:

    TomC Moderator
    #533487

    <em>@chizuoka 425085 wrote:</em><blockquote>ah i see… seems this template has a lot of hidden css work…. :laugh:</blockquote>

    Most of the styling for most contemporary websites is established by Cascading Style Sheets (CSS)

    All the best with your continuing site development. 🙂

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

This topic contains 8 replies, has 3 voices, and was last updated by  TomC 10 years, 6 months ago.

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