Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #759616

    I want to have less space or high in this part, to leave smaller the space between the heading and the beginning of the text, with any element that follows. How do I do it?

    have less space

    Thank you so much.

    #759738

    Esto es así? al algún operador o lo contestan otros usuarios que han pagado el tema ???

    #759800

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .content {
        padding-top: 10px !important; 
    }

    65dc82dc12b5d7d68a188dbcd3700a7b.th.jpg

    Best regards,
    Mike

    #760208

    Thanks a lot Mike!!!, I guess in the documentation that comes with this incredible theme there is a section where this is described. You would know if there is any post that has a schematic or documentation, explain the quiq css to study them and not ask questions that I think are simple and should be answered thousands …
    (Translated by google translate)

    I apologize if something I’ve written sounds strange. :)

    #760493

    Hi,

    Thanks for the feedback. I’m not sure if Mike’s suggestion helped you or not though?

    Best regards,
    Rikard

    #835004

    Hello Mike today I have an inconvenience with the header of the web site when it is seen from a mobile I put 2 images the first is as it is currently seen and the second is how I would like to see it

    If you currently see Logo not work in responsive mode:
    Logo not work in responsive mode

    So it would be good if it could be seen:
    http://www.oraculodedelfos.es/complete-header

    Thanks for any help you can give me :)

    #835031

    Hi,
    To make your background header image I uploaded your image to Enfold > General Styling > Logo Area > Custom background image.
    I then replaced your logo with a transparent 10px image, this is so the default logo won’t show.
    I then added this Quick CSS:

    @media only screen and (min-width: 1024px) { 
    .header_color .header_bg {background-size: cover!important; }}
    
    @media only screen and (min-width: 748px) and (max-width: 1023px) {
    .header_color .header_bg {background-size: contain!important; }
    #top #header_main > .container {height: 170px!important; }}
    
    @media only screen and (max-width: 747px) {
    .header_color .header_bg {background-size: contain!important; }
    #top #header_main > .container {height: 90px!important; }}
    
    #advanced_menu_toggle, #advanced_menu_hide {
        background-color: transparent!important; 
        color: #f8f8f8!important; }

    Here’s mobile view:
    2017-08-06_085136
    Tablet view:
    2017-08-06_085241
    Laptop view:
    2017-08-06_085350
    Hope you like it :)

    Best regards,
    Mike

    #835042

    Thanks a lot! mike! :)

    Mam U you’re the best!

    #835056

    Thankyou

    #835085

    Hi,
    Thank you :)
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Question maybe very easy to solve, sorry I do not speak native English, and read’ is closed to new replies.