bonjour
j'essaie de changer la taille du logo avec : img { height:100px; width:200px;
}
mais sa changé aussi tous les images du site .
CHANGE LOGO SIZE
6 posts from 4 voices-
Posted 6 months ago #
-
Bonjour,
Le code CSS ci-dessous est la taille actuelle de l'image, s'il vous plaît le changer et l'ajouter à la CSS rapide situé dans le backend administration du thème. Le code que vous essayez d'utiliser n'est pas speicific suffisamment pour qu'elle touchées chaque image.
#top .bg-logo, #top .bg-logo a { height: 85px; width: 180px; }Merci,
Nick
Posted 6 months ago # -
hi Nick
thank you for the repnse. but its not give the result that i respect ,i want that the logo take more place
I also have another question
1: How to not totally hidd the background image by the menu or the page. http://robertschad.eu/sculptures/
2: I used this code to change the size of menu
. sidebar. boxes,
. sidebar # search-2,
. # sidebar {socket
background: # F2E0F7! important;
border-style: solid;
border-color: black;
width: 200px;
}
but there are some probleme :
* the copyright does not have the same size
* The new size hide a parte of the ather page : http://myshowroom1.hebergratuit.com/?page_id=11and finaly how to have the same size of all product thumbnail
please help me
Posted 6 months ago # -
Hi fredbussy,
For #1, I'm not sure what you mean. If you have an image or additional description of what you mean maybe we can help.
You can modify the copyright text size with:
#socket { font-size: 12px; }I'm not sure what you mean by the menu hiding parts of the page, on that example there isn't any overlap that I can see.
For the product thumbnails, you can open and edit woocommerce-config>config.php and change the height of the shop_catalog array so that the height is the same as the width and force it to crop images. So change
$avia_config['imgSize']['shop_catalog'] = array('width'=>200, 'height'=>140);to
$avia_config['imgSize']['shop_catalog'] = array('width'=>200, 'height'=>140, 'crop'=>true);Regards,
Devin
Posted 6 months ago # -
tnaks egain it's ok ^^
Posted 6 months ago # -
Hi fredbussy,
Glad that Devin and Nick helped you. :)
Cheers,
IsmaelPosted 6 months ago #
Topic Closed
This topic has been closed to new replies.














