Slider Image Smaller AND Center Logo on top of page

Discussion in 'ColorWay WordPress Theme' started by connecte, Apr 10, 2015.

  1. connecte

    connecte New Member

    Joined:
    Sep 3, 2014
    Messages:
    19
    Likes Received:
    0
    Hello I would like to center my logo not the top of my home page

    I also would like my slider image smaller -- it is too wide.

    www.connectedbirthva.com
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .logo img{
      margin-left: 228px;
    }
     
    img.slide-img {
      width: 1000px;
      margin-left: 75px;
    }
    .slide .slide-content.entry {
      margin-left: 75px;
    }
    Hope it will solve your query. Let me know if have further any doubts.
     
  3. connecte

    connecte New Member

    Joined:
    Sep 3, 2014
    Messages:
    19
    Likes Received:
    0
    This looks a lot better! Now I feel like the slider is too far to the right. Can you help?

    www.connectedbirthva.com
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,

    Kindly replace the previously given block of code with the one given below:

    Code:
    img.slide-img {
      width: 1000px !important;
      margin-left: 93px !important;
    }
     
    .slide .slide-content.entry {
      margin-left: 93px;
    }
    .logo img{
      margin-left: 228px;
    }
    Hope it will solve your problem. Let me know for further any doubts.
     

Share This Page