Add to cart popup nav bars and size problem-SOLVED

  • Posts: 16
  • Thank you received: 1
11 years 7 months ago #64189

I have a problem with the add to cart button, the popup shows navigation bars and the size of the popup is to large.

mercando.algom.co/index.php/mercar

Attachments:
Last edit: 11 years 7 months ago by amin.gomez.

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
11 years 7 months ago #64253

That comes from the CSS:

body {
min-width: 960px;
}

.rt-container {
margin: 0 auto;
width: 960px;
}

which is in the CSS file mercando.algom.co/libraries/gantry/css/gantry.css of your template.

If you remove that CSS, it will display fine.

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 1
11 years 7 months ago #64367

Hi, if i remove that code from the css, it works, but it affects the overal layout of the tamplate (as in the image), all the template align to the left. Can you help me with this?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 1
11 years 7 months ago #64445

can somebody help me?

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 1
11 years 7 months ago #64501

hi, the rockettheme team help me with this, here is the their answer:

1.
Open component.php in your template folder
Find <body> and change it to
<body style="min-width: 200px">
Save that.

2.
Add this to your css
body > #rt-main div.rt-container { width: auto;}

3.
Clear your browser-cache ...


....and it worked perfect

The following user(s) said Thank You: djundi

Please Log in or Create an account to join the conversation.

Time to create page: 0.040 seconds
Powered by Kunena Forum