Forum Replies Created
-
AuthorPosts
-
Sorry, so busy taking nice pictures I forgot to give you the link: http://enamay.digitalessence.net/contact/
January 21, 2016 at 12:30 pm in reply to: How to add padding to the itemprop="headline" in the tabbed container #569342Hi,
I’ve managed to resolve this.
Rather than hitting it with the blunt hammer of:
#pricing_page * {padding-left:0px!important; padding-right:0px!important; margin-left:0px!important; margin-right:0px!important;}
I’m being more selective and using the following to just remove the padding and margin from the .container. This means that I don’t strip the paddign from everything else and I’ve now got the correct padding in the tabs.
#pricing_page .container {padding-left:0px!important; padding-right:0px!important; margin-left:0px!important; margin-right:0px!important;}
January 21, 2016 at 10:42 am in reply to: Adding a border to avia_image creates white dots and odd link overlay #569283Superb. Thank you again.
Will add that to my Gists.
January 21, 2016 at 10:40 am in reply to: horizontal padding between contact form label and text area #569282That is perfect, thank you.
Any idea why a fixed px amount doesn’t work but a % does?
Either way, that worked and has fixed the issue. Thank you.
January 20, 2016 at 9:22 pm in reply to: horizontal padding between contact form label and text area #568879Hi,
that doesn’t do anything to the layout.
January 20, 2016 at 7:31 pm in reply to: Adding a border to avia_image creates white dots and odd link overlay #568838Hi,
here it is: http://enamay.digitalessence.net/
January 20, 2016 at 6:35 pm in reply to: Contact Form – reduce some elements to 50% and on one line #568808Hi Andy,
there’s no need for me to provide a link as I am an idiot.
Please close this ticket.
January 20, 2016 at 6:31 pm in reply to: How to add padding to the itemprop="headline" in the tabbed container #568804Hi Vinay,
not sure why that didn’t work.
Here’s the image on imgur
January 13, 2016 at 7:12 pm in reply to: Adding padding-top to avia-fullwidth-slider creates faint grey border that can't #564973Yes as I mentioned:
I’ve got round it by adding margin-top:
.avia-fullwidth-slider {margin-top:58px}
But I wanted to highlight this issue to you guys and have it logged here in case anyone came across this problem.
Yigit,
1) OMG I didn’t know about that custom class code. That is so going to make my life easier. Up until now I have always dropped everything into a colour section then had to use css to hide borders and make it look “normal”. This is so going to speed my development up.
Big smiles!
2) Thank you that has fixed the hr issue.
3) I store all my snippets on my Gist account: https://gist.github.com/DigitalEssence if anyone else finds anything useful there.
Sorry.
That does work. I can now see the icon.
Any ideas on my second issue where I’ve got the following code block:
<div class='hr_icon'> <hr color="#949300"> <img src='http://enamay.digitalessence.net/wp-content/uploads/2016/01/home_page_hr_icon.png'> </div>
And the following css
.hr_icon {text-align: center; color: #949300!important; width: 100%;} .hr_icon img { position: relative; top: -70px; }
Hi Yigit,
I’ve added that code and refreshed but no change.
Hi,
I’ve added a user and included the details in the private reply.
Doh.
I knew that ;-)
Thank you.
@Monique
Not two logos but I add multiple images to most of our sites: http://kailzie.com/
Is that what you are after? If so I can advise on how to do it but TBH, you’d be best starting a thread in the Enfold area and asking there so others can see the question and the fix in the future.
January 12, 2016 at 4:28 pm in reply to: How do I align the header menu relative to the content width in a stretched layo #563974Hi Vinay,
I used the following CSS to give .inner-container a max width of 1030px and auto padding/margin. This has limited the width and centered everything just right.
Thanks.
.inner-container {max-width: 1030px; margin:auto; padding:auto;}
.html_header_top.html_logo_center .logo { left: 0; -webkit-transform: none; -ms-transform: none; transform: none; }
Could you try targeting the div and give it a min-height?
January 8, 2016 at 1:57 am in reply to: How do I align the header menu relative to the content width in a stretched layo #561732Thanks for that.
I’ve added that code and the menu centers nicely but as soon as I bring the width of the browser down it moves too far to the right.
I’m using this:
#header .logo {padding:38px 0 0 20%;}
to bring the logo in from the left hand edge of the site as I want a stretched layout but the header and content to be centered with a specific width and this is the only way I can see to do it.
Unless I’m being daft and missing something which is more than likely.
January 8, 2016 at 1:30 am in reply to: How do I align the header menu relative to the content width in a stretched layo #561708January 8, 2016 at 1:14 am in reply to: How do I align the header menu relative to the content width in a stretched layo #561695Hi Andy,
I’m trying to align the menu left at point 1. Center at point 2 and right at point 3.
I’m using a stretched layout with a 1030px wide content and my header logo is shifted right by 30 odd pixels using CSS.
Hope this helps and thank you as always.
hmm.
I’ve now replaced all of my CSS code (I removed everything to try and isolate my code as part of the issue) and the problem has gone.
Very strange. Never mind. Please close the ticket.
Thanks.
I’ve updated to 3.4.1 but the issue is still present.
And for some reason I didn’t add your account. But this has now been done.
October 6, 2015 at 12:42 pm in reply to: top and bottom padding on .avia_textblock is different unless a border is added #514342Yes, I’m an idiot. I had the top hr with a 10px bottom margin. I could have sworn that I’d changed to to 0px as I then duplicated the top one and placed the copy below the text block and the bottom one did have 0px.
Anyway. it looks like I’m a fool so please close this ticket.
<blush>
October 1, 2015 at 10:10 am in reply to: How do I remove the header leaving just the top bar? #512044Hi,
sorry for the delay. the site is at: http://letterpart.digitalessence.net/ and htaccess info is in the secret squirrel bit below
September 14, 2015 at 1:45 pm in reply to: 4 columns don't align correctly when screen size is reduced #502714Thanks Rikard, that’s sorted it.
I’ll add this to my Enfold Git hub.
Hedley
@nokostudio: Lovely looking site but… on a mobile the mobile menu and checkout icon overlap the logo.
We fix this with:
@media only screen and (max-width: 600px) { #header_main .logo {width:40%!important;} }
August 28, 2015 at 11:44 am in reply to: How to add a widget to the Header in the Enfold photography theme? #494769Sweet,
that worked a treat, thank you.
And another reason why we buy so many Enfold licences. Cracking theme with excellent support.
August 27, 2015 at 1:26 pm in reply to: How to add a widget to the Header in the Enfold photography theme? #494114Hi Yigit,
thanks for that. I’d forgotten how to do that.
One question though. We’d like to move the widget to above the social icons. So it would sit below the menu and above the icons. Is this possible?
Screenshot of what I mean http://screencast.com/t/ZtkeDILstvC7
URL of site: http://146.185.19.61/~afeechan/
May 22, 2015 at 11:29 am in reply to: Colour section display a small arrow – repeating on next colour section – bug #448310Thanks Ismael. That’s sorted it.
I tried removing my custom CSS to see if it was causing it but it wasn’t.
Just one of those things.
Please mark this as resolved.
May 21, 2015 at 2:29 pm in reply to: Colour section display a small arrow – repeating on next colour section – bug #447738Hi Rikard.
have a look at this video: http://screencast.com/t/FLjzqc9Nm
-
AuthorPosts