Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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

    #391307

    Hey 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ünter

    #391323

    Also i want to add a pdf with a page how do i go about it

    #391333

    Hey!

    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ünter

    #391336

    i 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

    #391339

    Hey!

    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ünter

    #391341

    Where do i add the CSS

    #391352

    #menu-item-7494 > a {
    background-color: red !important;
    }

    #391369

    Hey!

    You can add it to custom.css or Enfold->Styles->QuickCSS field, same as above for the footer.

    Best regards,
    Günter

    #391385

    its not changing

    #391403

    Hey!

    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ünter

    #392009

    Günter
    Please I am still having the problem of getting a color red for the special offer tab for the menu

    #392096

    Hey!

    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

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.