-
AuthorPosts
-
November 27, 2016 at 6:32 pm #717456
Hi
I’d like to say how much I am enjoying using the Enfold theme, and how impressive your tech support is!I’m trying to do two customisations on the Color Selection with a back ground Image. Unrtunately I’m developing locally, so can’t provide access.
Here’s the element from the page
<div id="castiletop" class="avia-section header_color avia-section-small avia-no-border-styling av-section-color-overlay-active avia-bg-style-scroll avia-builder-el-0 el_before_av_section avia-builder-el-first myname av-minimum-height av-minimum-height-custom container_wrap fullsize" style="background-repeat: no-repeat; background-image: url(https://tcs-japan-new:8888/wp-content/uploads/2016/11/The-Camel-Soap-Factory-Pure-and-Natural-Camel-Milk-Soap-1-4.jpg); background-attachment: scroll; background-position: center left; " data-section-bg-repeat="no-repeat"><div class="av-section-color-overlay-wrap"><div class="av-section-color-overlay" style="opacity: 0.5; background-color: #ffffff; "></div><div class="container" style="height:500px"><main role="main" itemprop="mainContentOfPage" class="template-page content av-content-full alpha units"><div class="post-entry post-entry-type-page post-entry-39"><div class="entry-content-wrapper clearfix">
I ‘ve implemented avia_template_builder_custom_css and have given it a name (myname) as well as giving the id (castiletop)
So, two questions:
1. I’d like to ‘nudge’ the background image say 20px to the right – as a temporary solution I’ve added whitespace to the actual image, but this is not suitable on smaller screens. can this be done ?
2. The code shows that I have a white overlay @ 50%, however I would like this overlay to appear only on smaller screens (mobile ..> )With Thanks
DaveNovember 27, 2016 at 10:58 pm #717517Hey DaveEsmondeWhite!
We can not do a lot, by just checking that I am afraid.
Please feel free to post for us again, when the site is liveThanks a lot
Best regards,
BasilisNovember 27, 2016 at 11:45 pm #717522Hi Basilis, I’do a upload shortly, thanks for your response
November 28, 2016 at 2:36 am #717534November 29, 2016 at 5:11 pm #718367Hi,
login link you’ve provided does not work for me. Can you check please?
Best regards,
AndyNovember 30, 2016 at 3:57 pm #718846December 5, 2016 at 6:35 am #720323Hi,
Please edit the color section, add a unique Section ID to it then use the following css code to adjust the position of the background image.
#av_section_1 { background-position: 200px 50% !important; }
Replace the generic “av_section_1” selector with the Section ID. Adjust the background-position value as you see fit.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.