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
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.
This looks a lot better! Now I feel like the slider is too far to the right. Can you help? www.connectedbirthva.com
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.