" clear" prefix doesn't working
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Wed Jun 24, 2015 11:17 pm
- Reply with quote
- Report this post
Hi,
I'll trying to put image on the sidebar without frames and background with full width (mightyfist). I put " clear" suffix and of course edit it in html editor without <p> tags and I still receive white frames. Why? Link below.
http://asiaitf.org/index.php
I'll trying to put image on the sidebar without frames and background with full width (mightyfist). I put " clear" suffix and of course edit it in html editor without <p> tags and I still receive white frames. Why? Link below.
http://asiaitf.org/index.php
-
- Expert Boarder
- GK User
- Thu Jun 25, 2015 6:28 am
- Reply with quote
- Report this post
Please edit: /templates/gk_publisher/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
.box.clear > div {padding: 0px;}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Thu Jun 25, 2015 8:12 am
- Reply with quote
- Report this post
It's still doesn't workink. Override is enabled
-
- Expert Boarder
- GK User
- Fri Jun 26, 2015 8:43 am
- Reply with quote
- Report this post
Your override.css file is empty:
http://asiaitf.org/templates/gk_publish ... erride.css
http://asiaitf.org/templates/gk_publish ... erride.css
-
- Moderator
- GK User
- Fri Jun 26, 2015 9:08 am
- Reply with quote
- Report this post
Ok, some weird cache issues...
Please try this code instead and increase width of the image to fill entire space.
- Code: Select all
#gkSidebar .box.clear > div {padding: 0px;}
#gkSidebar .box.nomargin {padding: 0px;}
#gkSidebar .box.clear > div a {display: block; line-height: 0px;}
Please try this code instead and increase width of the image to fill entire space.
-
- Moderator
6 posts
• Page 1 of 1