layout problem
-
I found the product arrangement problem on All product, can anyone assist on this? Appreciate someone can help, please refer the link at below.
http://megatechimaging.com.my/machines/
Thank
-
Looks like you need to tweak your css as follows – add this to your theme:
#wpc-col-2 { width: 702px !important; float:left; }I already tried adding the CSS code but no luck
@tckrockz
In your case I checked it in my element inspector and I can see that there is a conflict with another script running on your site line 99 of http://thermatecparts.com/wp-content/themes/kickstart/dynamic-style.php?ver=3.5.1 This script uses the same css class and is overriding the plugin/your theme css. You’ll need to remove or rename this css in order to have control over the layout of your wp catalogue via your theme cssI’m assuming you are talking about this line right?
$google_widget_font = ot_get_option('widget_font_family');I removed it but still no luck.
No…. see http://thermatecparts.com/wp-content/themes/kickstart/dynamic-style.php?ver=3.5.1
Scroll to the bottom and you can see you have this:
#wpc-col-2 { width: 702px !important; float:left; }So the problem is that you can see above width is marked !important which is overriding anything in your other css or plugin css. You need to be able to adjust this width of your col-2 in the wp catalogue to fix the layout
Okay that was from the custom CSS I added. I removed the code just now. The same problem is still there though. It is something affecting the theme but I can’t figure out how to fix the issue.
thanks…solved here
@tckrockz
Now you just need to make your #wp col-2 the right width for your design. In your case 692px would work nicely. Use !important attribute to override the plugin css if you need to.How can I edit the navigation bar? now is out of track.
And also why the images not showing full on all product page?
http://megatechimaging.com.my/machines/and one thing, why the display picture not showing in the resolutions I set on backend? seem like blur.
http://megatechimaging.com.my/wpcproduct/bizhub250-35/
Appreciate you can help….
Hi Maeve i have the same problem webpage http://www.vplusmedia.in/cooperative/products/
please accept my 100000000 tanks for this great plugin and your kind supportSorry for the mistake it is thanks
Ok guys this thread is now resolved. I can’t help every single person customise their css… suffice to say that you need to use your element inspector to muck around with the width of #wp-col-2 as per the examples above. Find what looks good by trial and error. Then add it to your theme css using !important attribute to override the plugin css as needed.
Marking this thread resolved.
If you have a different issue you need to open a new thread. But please no more threads asking for help with #wp-col-2! Thanks! π
The topic ‘layout problem’ is closed to new replies.