Home › Forums › All Other Themes › Move Product Category on Girly Theme
- This topic has 12 replies, 2 voices, and was last updated 6 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 17, 2018 at 2:49 pm #99334
Hello,
My Product Category Widget is too centered. I would like to move it as far left as I can get it.
How can I do this? Here is my custom css:body { background:#fff;}
section#wrapTwo { margin-top: 130px;}
@media screen and (max-width:767px) {
.header .header-inner .logo { margin:0 auto !important;}
.header {bottom: inherit !important; position: absolute !important; top: 110px !important;}
section#wrapTwo { margin-top:10px !important;}
}
add_filter (‘wpseo_allow_xml_sitemap_ping’, ‘__return_false’);.innerbanner img{display: block;}
.archive .header { padding:20px 0;}
.archive .content-area { padding:0;}@media screen and (max-width:767px) {
.header { position:relative !important; top:0 !important; }
.header .header-inner { padding-top:0 !important;}
.toggle a { margin-top:0 !important;}
}.header { padding-top:0 !important;}
.content-area { padding:10px 0 50px !important;}.services-wrap .one_fourth:hover a.linkreadmore { display:none;}
.header { padding-top:0 !important;}
.content-area { padding:10px 0 50px !important;}.page .innerbanner img { display:none;}
.services-wrap .one_fourth p { display:none;}
The website is: Butterflykissess.com
Thank you!
April 17, 2018 at 3:09 pm #99337The widget is in the “Blog Sidebar” under “Appearance”>”Widgets”>”Blog Sidebar”.
April 17, 2018 at 3:17 pm #99339If the category box cannot be moved more to the left, is it possible to make the width of the category box smaller?
April 18, 2018 at 5:56 am #99374Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisApril 18, 2018 at 12:45 pm #99498https://imgur.com/5KTasXg
The desktop version has too much space on both sides. It looks like everything is centered right in the middle. I would like to move the location of the category box more to the left.
April 18, 2018 at 12:47 pm #99499https://imgur.com/XnoCtSq
April 18, 2018 at 12:49 pm #99500If it cannot be done, then I would like to make the pictures bigger.
April 18, 2018 at 12:59 pm #99504Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.content-area { width:1300px;} .site-main { width:70%;}
Regards,
ChrisApril 18, 2018 at 1:05 pm #99508I added the code. But, it did not move anything on the screen.
Here is the information in the CSS Box:
body { background:#fff;}
section#wrapTwo { margin-top: 130px;}
@media screen and (max-width:767px) {
.header .header-inner .logo { margin:0 auto !important;}
.header {bottom: inherit !important; position: absolute !important; top: 110px !important;}
section#wrapTwo { margin-top:10px !important;}
}
add_filter (‘wpseo_allow_xml_sitemap_ping’, ‘__return_false’);.innerbanner img{display: block;}
.archive .header { padding:20px 0;}
.archive .content-area { padding:0;}@media screen and (max-width:767px) {
.header { position:relative !important; top:0 !important; }
.header .header-inner { padding-top:0 !important;}
.toggle a { margin-top:0 !important;}
}.header { padding-top:0 !important;}
.content-area { padding:10px 0 50px !important;}.services-wrap .one_fourth:hover a.linkreadmore { display:none;}
.header { padding-top:0 !important;}
.content-area { padding:10px 0 50px !important;}.page .innerbanner img { display:none;}
.services-wrap .one_fourth p { display:none;}
.slider-main { min-height:350px;}
.header .header-inner .logo { margin-bottom:30px;}.innerbanner { height: 400px; overflow: hidden; margin-bottom: 30px;}
@media screen and (max-width:479px) {
.slider-main { min-height:85px;}
.main-header, .header { display:block !important;}
.toggle { display:none;}
}@media screen and (max-width:767px) {
.header { display: none !important;}
}.content-area { width:1300px;}
.site-main { width:70%;}April 19, 2018 at 11:35 am #99581Hi,
Can you send us the screenshot of your issues? After using the css code.
Regards,
ChrisApril 19, 2018 at 2:08 pm #99625https://imgur.com/rwgIj4m
The product category tab seems too far into the screen. I would either like it to be moved to the left an inch or made smaller.
April 19, 2018 at 2:09 pm #99626https://imgur.com/vRa3ZrL
April 20, 2018 at 5:42 am #99711Hi,
Issue have been resolved.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.