Okay
  Public Ticket #1231598
Increase padding between menu and portfolio
Closed

Comments

  •  2
    skweezer started the conversation

    Hi Erol. 

    1.Please tell me how I increase the distance between the menu and the portfolio items. see attached image. 

    2. please tell me how to change the font colour of my rollover/hover text on my portfolio items. It's set to black but in my typography, i cans see any black text set anywhere. again see attached image (beyond stars text)

    3. I see there is a new update. I read before that in the next update ( but actually there have already been at least 2) that there would be a way to centre the logo. When will this be an option.? 


    Thank you for your support. 


    :-)


  • [deleted] replied

    Hi skweezer

    1) Please put the code blow on your Custom CSS, to put more distance Portfolio Filter and Portfolio items.

    .product-filter{ margin-bottom: 20px; }

    2) I see them as black 


    (view large version)

    3) If i'm not wrong you want to be the logo in me middle as in image below, if you say yes use the code blow on Custom CSS


    (view large version)

    header.main-header .logo-and-menu-container .logo-column{
        width: 100%;
        white-space: normal;
        flex: 1;
        text-align: center;
    }
    .header-logo.logo-image{
        margin: 0 auto;
    }
    

    Thank you.