Forum Support

Shape 5
March 28, 2024, 09:20:37 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: custom_5 background  (Read 525 times)
cspgsl
Jr. Member
**
Offline Offline

Posts: 903



« on: February 19, 2018, 07:33:23 AM »

At http://taxforumcanada.ca/ I am trying to set the background colour of the custom_5 position so it is from edge to edge. Currently, i cannot get it to cover all the way to the right. Where would I change this?

Thanks
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #1 on: February 19, 2018, 08:05:11 AM »

Hello,

That area is meant to be split. You would need to modify the index.php file and look for:

#s5_pos_custom_5 {
background: #<?php echo change_Color($s5_highlightcolor1,'+80'); ?>; /* Old browsers */
background: -moz-linear-gradient(left, #F6F6F6 49%, #<?php echo change_Color($s5_highlightcolor1,'+80'); ?> 49%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #F6F6F6 49%,#<?php echo change_Color($s5_highlightcolor1,'+80'); ?> 49%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left, #F6F6F6 49%,#<?php echo change_Color($s5_highlightcolor1,'+80'); ?> 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

You should be able to replace that entire section with this:

#s5_pos_custom_5 {
background: #<?php echo change_Color($s5_highlightcolor1,'+80'); ?>;
}
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
cspgsl
Jr. Member
**
Offline Offline

Posts: 903



« Reply #2 on: February 19, 2018, 08:09:33 AM »

Thanks Mike
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.