Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8688869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:29:16+00:00 2026-06-12T23:29:16+00:00

The text on this page has a div of test which I can reposition

  • 0

The text on this page has a div of test which I can reposition using CSS.

http://www.theshowroomonline.co.uk/clothing

                        <div id="test"><a href="http://www.theshowroomonline.co.uk/product/1980s-stanley-platos-dress">1980&#8242;s Stanley Platos Dress</a></div>          
        <div class="wrapper-price">
                        <div class="entry-price">
            &pound;106.00               </div><!-- entry-price -->

                        <div class="entry-post-thumbnail">
                <a class="tcp_size-medium" href="http://www.theshowroomonline.co.uk/product/1980s-stanley-platos-dress"><img width="200" height="300" src="http://www.theshowroomonline.co.uk/wp-content/uploads/2012/10/stanley-platos-dress-front-200x300.jpg" class="attachment-medium wp-post-image" alt="stanley-platos-dress-front" title="stanley-platos-dress-front" /></a>
            </div><!-- .entry-post-thumbnail -->
                    </div><!-- .wrapper-price -->

   #tcp_shortcode_all_clothing #test {
        position: relative;
        top: 298px;
    }

But the div doesn’t seem to appear on other pages so I can’t reposition the text:

http://www.theshowroomonline.co.uk/outerwear

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T23:29:18+00:00Added an answer on June 12, 2026 at 11:29 pm

    if you view source on the page you supplied (http://www.theshowroomonline.co.uk/outerwear) you will see the element is not actually wrapped in an element with id=”test”, that is your problem, it seems you are using two different templates for those pages.

    Sample from problem page here:

    <tr class="tcp_first-row">
        <td id="td-post-480" class="tcp_col tcp_4_cols tcp_col_1">
                <div id="post-480" class="post-480 tcp_product type-tcp_product status-publish hentry">
    <a href="http://www.theshowroomonline.co.uk/product/vintage-gianfranco-ferre-coat">Vintage Gianfranco Ferre Coat</a>            
                <div class="wrapper-price">
                                <div class="entry-price">
                    &pound;180.00               </div><!-- entry-price -->
    
                                <div class="entry-post-thumbnail">
                        <a class="tcp_size-medium" href="http://www.theshowroomonline.co.uk/product/vintage-gianfranco-ferre-coat"><img width="200" height="300" src="http://www.theshowroomonline.co.uk/wp-content/uploads/2012/10/gianfranco-coat-front-200x300.jpg" class="attachment-medium wp-post-image" alt="gianfranco-coat-front" title="gianfranco-coat-front" /></a>
                    </div><!-- .entry-post-thumbnail -->
                            </div><!-- .wrapper-price -->
    

    Versus the working page:

    <tr class="tcp_first-row">
        <td id="td-post-491" class="tcp_col tcp_4_cols tcp_col_1">
                <div id="post-491" class="post-491 tcp_product type-tcp_product status-publish hentry">
    
    
                                <div id="test"><a href="http://www.theshowroomonline.co.uk/product/1980s-stanley-platos-dress">1980&#8242;s Stanley Platos Dress</a></div>          
                <div class="wrapper-price">
                                <div class="entry-price">
                    &pound;106.00               </div><!-- entry-price -->
    
                                <div class="entry-post-thumbnail">
                        <a class="tcp_size-medium" href="http://www.theshowroomonline.co.uk/product/1980s-stanley-platos-dress"><img width="200" height="300" src="http://www.theshowroomonline.co.uk/wp-content/uploads/2012/10/stanley-platos-dress-front-200x300.jpg" class="attachment-medium wp-post-image" alt="stanley-platos-dress-front" title="stanley-platos-dress-front" /></a>
                    </div><!-- .entry-post-thumbnail -->
                            </div><!-- .wrapper-price -->
    

    That said as commeneted above, you really need to switch that id="test" to class="test" as ID’s should be unique to a page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Firefox has this nice find-a-text-on-the-page dialog, which is non-modal and shows up at the
On this page: http://www.anasiamusic.com/bio.html in the body text (Ana Sia's DJ crate is a
I have this html page which is very simple, it contains a text box
I want to get the text field test out of this web page. How
I have this code that fetches some text from a page using BeautifulSoup soup=
I have a login page using jQuery Mobile which contains the following code: <div
I have written a HTML page which has following code. <div id=adsListContainer style=margin: 5px;>
I hope someone here can help me. Im using selenium to test a page
On this page, what element is receiving the text as you type? I need
$string = This is my page content. This text will be paginated.; $pageNo =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.