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

    Using the left sidebar logo/menu combination.

    I have a textbox at the top of my content area. I have given it a css class of top_bar_phone

    It has a bunch of space top and bottom that I am trying to eliminate. I have added the following to my quick CSS but it is not affecting it at all. I know I have targeted the element, because I set display: none and it disappeared…so not sure why this is not working.

    .avia_textblock .top_bar_phone {
    margin: 0px, !important;
    padding: 0px !important;
    }

    Login creds below:

    #917241

    Clarification:

    The markup does not have the extra comma in it. That was my fat fingers pasting it in.

    .avia_textblock .top_bar_phone {
    margin: 0px !important;
    padding: 0px !important;
    }

    #917286

    Hi,

    Please try this instead:

    .page-id-647 .main_color .content {
      padding:0 !important;
    }

    Best regards,
    Rikard

    #917292

    That worked! Thank you!

    I am wondering if you can also help with eliminating the 1/4 space below it? I would like it to be a tight line of text at the top.

    #917306

    Clarification – it worked for that top element, but now all other elements in the .content are smashed right up on top of each other. How do I target just that top textbox?

    Thanks. :)

    #917307

    Hi,

    I’m not sure I understand what you mean by your last reply, could you post a screenshot highlighting what you would like to remove please?

    Best regards,
    Rikard

    #917311

    The Space where the red triangle is.  I want that to go away.

    The previous solution also removes the padding between all other elements on the .content…so everything it butting up against the next. I need to be able to target just the textbox element that I have named top_bar_phone. Is that possible?

    #917375

    Hi Verdaccio,

    Please remove the code given before and try this

    
    .page-id-647 .main_color .content {
      padding:20px;
    }
    
    .page-id-647 .main_color.container_wrap_first.container_wrap .content {
      padding: 0;
      height: 45px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #917463

    Thank you Susan, that worked perfectly. :)

    #917532

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Textbox ElementMargins’ is closed to new replies.