how to adjust Tabs position and buffer

  • Author
    Posts
  • #11569
    Thomas OConnor

    Absolutely love this Theme! – I’m a graphic Designer so trying to get things to look “just so” is in my make up. And the level of customization of this theme is amazing and very intuitive.

    I have found most answer to my questions as I am creating searching out youtube instructions and blogs and forums – But not all answers work for each situation or theme.

    1. I’m attempting to adjust the position of the Tabs – currently Flush way to the left – Ideally If I could get it to Float “center” I believe.

    2. I’m looking to tweak the Gap/buffer? between the tabs and the slider/Header and between the Slider/Header and the Widgets below.

    Any assistance would be helpful! …or point me in the correct direction.
    Some answers I have found might have worked, but I didn’t have enough knowledge on where to make the coding change.

    #12054
    Zed
    Cryout Creations mastermind

    A bit of CSS knowledge and using the browser’s developer tools (or better yet, Firebug), really eases up the work on websites.

    1. #access .menu { display: table; margin: 0 auto; }

    2. #access { margin-top: value; }

    3. .slider-wrapper { margin-top: value; }
    #container { margin-top: value; }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘how to adjust Tabs position and buffer’ is closed to new replies.