WebsiteBaker Support (2.8.x) > Bakery Shop

Adding border to [THUMBS]

<< < (2/3) > >>

svsanchez:
Hello Jacobi, this is strange, in my bakery the .mod_bakery_item_th umb_f line is in 85 as you said in your first reply. This is the link to the page:

http://detodoendanza.com/pages/catalogo/zapatos/puntas-de-ballet.php

Thanks for looking!

jacobi22:

--- Quote from: svsanchez on July 08, 2014, 12:42:02 AM ---Hello Jacobi, this is strange, in my bakery the .mod_bakery_item_th umb_f line is in 85 as you said in your first reply.

--- End quote ---
maybe, i change something in the first lines


to the problem...
your page doesnt load the frontend.css Use this code in the head of the template-index.php

--- Code: ---<?php
   if(function_exists('register_frontend_modfiles')) {
   register_frontend_modfiles('css');
   register_frontend_modfiles('js');
   }
   ?>
--- End code ---

or put the the code from the bakery-frontend.css into your template css-file

svsanchez:
Hello Jacobi22, thanks a lot for your suggestions. I tried both ways (adding the code to my template index, and adding the frontend.css code to the template css) but none worked :(

I currently have both changes made. What am I doing wrong?

jacobi22:
it works, but the settings are "not correct"

your bakery frontend.css  //line 49

delete this in line 49 -> border: medium none;

.mod_bakery_main_th umb_f {
    border: medium none;
}

see next posting

jacobi22:
wait a minute  mod_bakery_main_thumb_f is the main thumb in the oberview. if you need a border around this main thumbs, you have to change this line 49 (and not delete)

but i think, it looks better, if you dont use a border or use a grey border on this place (like #cecece)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version