-
AuthorPosts
-
February 5, 2015 at 1:32 pm #391292
My footer is looking big with a lot f spaces.
Can you help me figure out what it is i have to do
Thank you
February 5, 2015 at 2:01 pm #391307Hey kimogroup!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the values for margins and padding of socket:
#footer { padding: 0 !important; } #footer .avia_fb_likebox { margin-bottom: 10px !important; margin-top: 10px !important; } #socket .container { padding-bottom: 5px !important; padding-top: 5px !important; }
Regards,
GünterFebruary 5, 2015 at 2:16 pm #391323Also i want to add a pdf with a page how do i go about it
February 5, 2015 at 2:25 pm #391333Hey!
Thank you for coming back.
Please refer to this post, how to embed a pdf in HTML.
http://stackoverflow.com/questions/17784037/how-to-display-pdf-file-in-html
Place the HTML code in a codeblock element of the ALB.
Cheers!
GünterFebruary 5, 2015 at 2:30 pm #391336i also have a problem again,
i want to have one of my menu button in a different color, i am going to put a menu button on the primary navigation which says Special Offers and i want that in red
February 5, 2015 at 2:39 pm #391339Hey!
Thank you for coming back.
I hope, I understand your idea correctly.
E.g. if you want to make the menu button “Water Heater” red, you have to use the following:
#menu-item-6267 > a { background-color: red !important; }
Each menu has a unique number (6267 in this case).
Best regards,
GünterFebruary 5, 2015 at 2:43 pm #391341Where do i add the CSS
February 5, 2015 at 2:54 pm #391352#menu-item-7494 > a {
background-color: red !important;
}February 5, 2015 at 3:18 pm #391369Hey!
You can add it to custom.css or Enfold->Styles->QuickCSS field, same as above for the footer.
Best regards,
GünterFebruary 5, 2015 at 3:36 pm #391385its not changing
February 5, 2015 at 4:00 pm #391403Hey!
The code should work, but I do not see it in the styles of FireBug – maybe you have a syntax error. Recheck your input.
Cheers!
GünterFebruary 6, 2015 at 1:16 pm #392009Günter
Please I am still having the problem of getting a color red for the special offer tab for the menuFebruary 6, 2015 at 4:01 pm #392096Hey!
Thank you for comng back. I thought you solved it, because the menu button is darker blue than the others.
Try the following (put it in QuickCSS field at the end):
#menu-item-7494 > a > span { background-color: red !important; }
If this does not change anything, can you create us a temporary admin account so we can try to find a solution?
You can post it here as a private reply.
Cheers!
Günter -
AuthorPosts
- You must be logged in to reply to this topic.