Post by JAY6390 » Thu Sep 24, 2020 8:01 am

Anyone able to help with this issue? https://onlinesupply.ca/badcss.html
Have the column on the right pushing down the text in the description. Any CSS ninjas out there who can figure out why? O0

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom

Post by by mona » Thu Sep 24, 2020 4:41 pm

Sir, I don’t believe you !

Code: Select all

<div class="product info">
closes the div before it gets to the column

Code: Select all

<div style="clear:both;"></div>
</div>

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by JNeuhoff » Thu Sep 24, 2020 5:27 pm

The DIV with clear:both is is the evil-doer, see attached screenshot!

Attachments

Screenshot_2020-09-24_10-22-58.png

Screenshot_2020-09-24_10-22-58.png (239.97 KiB) Viewed 3724 times


Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by johnp » Thu Sep 24, 2020 6:12 pm

Nice to see an older OC still working. :)

Opencart 1.5.6.5/OC Bootstrap Pro/VQMOD lover, user and geek.
Affordable Service £££ - Opencart Installs, Fixing, Development and Upgrades
Plus Ecommerce, Marketing, Mailing List Management and More
FREE Guidance and Advice at https://www.ecommerce-help.co.uk


User avatar
Active Member

Posts

Joined
Fri Mar 25, 2011 10:25 am
Location - Surrey, UK

Post by DigitCart » Thu Sep 24, 2020 6:34 pm

Hi
Try this:

Code: Select all

@media screen and (min-width: 641px) {
#column-right + #content {
	float: left;
	margin: 0;
	width: calc(100% - 220px);
}
}

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm

Who is online

Users browsing this forum: No registered users and 26 guests