CSS: How to align :center, the home page "product category tabs" totally

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by sribathi, Apr 20, 2016.

Thread Status:
Not open for further replies.
  1. sribathi

    sribathi New Member

    Joined:
    Oct 9, 2013
    Messages:
    13
    Likes Received:
    0
    Need help in aligning the total set of product category tabs in the home page.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sribathi

    sribathi New Member

    Joined:
    Oct 9, 2013
    Messages:
    13
    Likes Received:
    0
    Hi priya attached the screenshot CaptureMMCTabDetails.PNG
     
  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .pmenu-bar {
        margin-left: 342px;
    }
    @media only screen and (max-width: 960px) and (min-width: 768px){
    .pmenu-bar {
        margin-left: 248px;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .pmenu-bar {
        margin-left: 105px;
    }
    }
    @media only screen and (max-width: 480px){
    .pmenu-bar {
        margin-left: 21px;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. sribathi

    sribathi New Member

    Joined:
    Oct 9, 2013
    Messages:
    13
    Likes Received:
    0
    Fantastic! Priya. Works awesome. Thank you so much..
     
  6. priya

    priya Guest

    You're welcome..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page