-
AuthorPosts
-
April 3, 2015 at 2:15 pm #423031
how can i let the image at the top(green yellow) of the blog let flwo over the whole width of the website? http://www.alfaweb.at/test/
there are 50px of white left and right of the image. can i delete the white space?
April 3, 2015 at 2:28 pm #423034Hey alfaweb2!
Please add your image a color section element with unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and then add following code to Quick CSS#your-custom-id .container { max-width: 100%; padding: 0; margin: 0; } #your-custom-id .content { padding: 0; }
Best regards,
YigitApril 3, 2015 at 2:59 pm #423069Thanks i try this.
Can i also let the mansory grid flow over the whole site (width= 960px)?
and can i let the google map flow over the whole width?
April 3, 2015 at 3:03 pm #423071Hey!
If you would like to apply the changes globally, please add following code to Quick CSS
.container { padding: 0; }
If not, please refer to my first post
Cheers!
YigitApril 3, 2015 at 3:25 pm #423087works perfect exept here http://i.imgur.com/wOw2SUb.jpg how can i fix the grid? (that the mansory grid flow over the whole widrh?)
April 3, 2015 at 3:33 pm #423093Hey!
Please add following code to Quick CSS as well
.av-large-gap.av-masonry { padding: 0; } .av-large-gap .av-masonry-sort { margin: 0 0 15px 0; } .av-masonry-entry { width: 24.96%; }
Regards,
YigitApril 3, 2015 at 3:40 pm #423102This reply has been marked as private.April 3, 2015 at 3:44 pm #423105Hi!
I added following code to Quick CSS
input.shortlink-input { display: none!important; }
please review your website now
Regards,
YigitApril 3, 2015 at 3:52 pm #423115THX.
April 3, 2015 at 3:54 pm #423118Can you maybe also help mit with the logo? the logo appears over the megamenu? http://www.alfaweb.at/test/
April 3, 2015 at 3:56 pm #423121Hey!
Please add following code to Quick CSS and adjust it as needed
.av-main-nav-wrap { left: 10%; position: relative; }
Do you have any other thread where you asked this last question? If so, please let us know so we can close it :)
Cheers!
YigitApril 3, 2015 at 4:04 pm #423128OK, now the menu is on the right side ;( http://www.alfaweb.at/test/
and the megamenu do not flow correcty over the whole width of the blog. can i fix this? http://i.imgur.com/eNGIFDJ.jpg
April 5, 2015 at 3:40 am #423554Hey!
To be honest your screenshot is not very clear to me, but I think you want to move the header a bit, right? to control it, use this code:
.html_header_top.html_header_sticky #header { left: 144px; }
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.