Jump to content

Customizing Prestashop modules/blocks, totally lost


Recommended Posts

We are building a new site with a combination of Prestashop and Joomla. I am quite adept at Joomla, which is probably leading me astray, rather like being conversational in Spanish and trying to learn Italian... they're so similar, yet the differences between hard "g" and soft "g" (and "c") is always getting in the way! So far I've gotten by mostly by making the Joomla pages look more like the Prestashop pages, but now I've got to go the other direction, and I'm stuck in a blind alley.

 

Anyhow... here is the cart:

http://askwhatif.org/microfiber/store/prestashop/

 

And here is the Joomla home page:

http://askwhatif.org/microfiber/

 

What I'm trying to do is add the same blue text at the top left corner of the Joomla page that says "BECOME A DISTRIBUTOR, CLICK HERE" to the PS pages. I somehow added it to the left column of the PS pages instead; you can see it at the bottom of the "My Account" block.

 

How do I get it up top where I want it?

Edited by lepusa (see edit history)
Link to comment
Share on other sites

You have to create a div within the row class under Header-Nav-Container-Row div (All this should be within the header.tpl file on your theme folder, I guess).

 

Here's an example:

 

<div class="distributor" style="text-align: center;float: left;text-transform: uppercase;font-weight: bold;line-height: 1;padding: 5px 0 0 50px;font-size: 12px;"><a href="/microfiber/become-a-distributor" style="
    color: #567DBE;
">BECOME A DISTRIBUTOR</a><br><a href="/microfiber/become-a-distributor" style="
    color: #567DBE;
">Click here</a></div>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...