Hello guys!
I am trying to recreate Site A with Enfold theme. So far this is what I have achieved: Site B.
One important thing is: the background image needs to be displayed as much as possible (as much as in A, if possible). I see that the solution would be to make all the blank spaces transparent. Therefor, is it possible to:
1) minimize the borders of the content areas?
2) make secondary menu transparent?
3) make header area transparent (I tried this: #header{opacity: 0.6;} but if also affected the menu and logo)
4) make margins transparent
5) make footer area transparent. I tried this with no success.
Sorry in advance for the amount of questions :(
Best wishes
Anh
Hi anhanhoi!
Add this to your custom CSS.
#header_meta, .header_bg { background: transparent !important; }
And you can change the widths and margins of the columns around line 220 in /enfold/css/grid.css. If you reduce the margins then you’ll want to increase the widths a bit to compensate.
Best regards,
Elliott
Thank you so much!
I am testing the values. What do I add to custom CSS to make footer transparent like the header? Tried #footer_meta, .footer_bg { background: transparent !important; } with no luck :D
Hey!
Please add following code to Quick CSS as well
#footer,#main, .avia-msie-8 .av_header_sticky_disabled#header { background: transparent !important; }
Best regards,
Yigit
Thank you!
Can you help me with this:
http://watphagbg.se/
The pages are a bit cramped, is it possible to either move the logo a bit to the left, or the pages a bit to the right?
Regards
Anh
Hey!
Please add following code to Quick CSS
#header_main .container {
padding-left: 0;
}
Best regards,
Yigit
Thank you :)